This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# For creating the lambda functions, see instructions here: https://github.com/pjodouin/ansible-lambda | |
# Run this playbook with: | |
# ansible-playbook cloudwatch_events.yml --extra-vars debug=True | |
# Ansible CloudWatch Event module PR: https://github.com/ansible/ansible-modules-extras/pull/2101 | |
# Ansible Lambda modules PR: https://github.com/ansible/ansible-modules-extras/pull/1890 | |
--- | |
- name: CloudWatch Events | |
hosts: localhost | |
connection: local | |
gather_facts: False |