This repository contains the Lambda Functions which we have created and are using on project Honey Badger. For more information please view each project's README.
- Receives CloudFormation events from an SNS topic and on stack complete events (CREATE_COMPLETE, CREATE_FAILED, DELETE_COMPLETE, DELETE_FAILED) triggers another SNS topic to send text notifications
- Receives GitHub commit events, identifies the files that have been added, modified, and deleted in master and then calls corresponding events for maintaining a copy of the repository contents in an S3 bucket
- Currently being used to copy CloudFormation templates from honey-badger-cloud-formation to a dedicated S3 bucket to help with the repeatability of the CloudFormation workflow
- Receives link of S3 file to delete, triggered from GitHub commit handler
- Receives URL of file to download and save to S3, triggered from GitHub commit handler
- Used with the 'Invoke' action in a CodePipeline to unzip files from a previous stage and deploy them to a given S3 bucket
- Currently being used to deploy built website dist files to S3 buckets set up for static site hosting
If you would like to see additional features please create an issue or pull request