Skip to content

Instantly share code, notes, and snippets.

View danvaida's full-sized avatar

Dan Vaida danvaida

  • freelancer
  • Berlin, Germany
View GitHub Profile
@danvaida
danvaida / cloudwatch_events.yml
Last active September 7, 2022 20:35
Ansible Playbook for Creating CloudWatch Events Rules with Lambda Targets
# 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