https://github.com/buildit/aws-cloudwatch-events-eg
Sets up example CloudWatch Events rule using CloudFormation (YAML syntax).
https://github.com/buildit/aws-cloudwatch-events-eg
Last synced: about 1 month ago
JSON representation
Sets up example CloudWatch Events rule using CloudFormation (YAML syntax).
- Host: GitHub
- URL: https://github.com/buildit/aws-cloudwatch-events-eg
- Owner: buildit
- Created: 2017-04-13T22:30:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-18T16:24:42.000Z (about 8 years ago)
- Last Synced: 2025-02-04T23:31:50.440Z (3 months ago)
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 15
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# aws-cloudwatch-events-eg
Example project for setting up a CloudWatch Event rule using CloudFormation. The rule can optionally be bound to an
externally-defined Lambda function for processing.This was one path we considered when implementing the solution found in buildit/aws-monitoring and is left here as an
example of a different approach.