An open API service indexing awesome lists of open source software.

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).

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.