aws-automation-plugins
This repository contains ready to deploy automations on AWS.
How-To
- All projects in this repository contain a
deploy.sh
file which contains some steps to package the source code and deploy a CloudFormation stack. Each file expects that you set aLAMBDA_BUCKET
variable. Just enter a S3 bucket name where you have access to. It will be used to upload the code zips for your Lambdas. - All projects in this repositiry also contains its own
README.md
to provide additional details of the project - Finally, just open your command line and execute
$ ./deploy.sh
in the desired folder. Alternatively, you can use$ export LAMBDA_BUCKET=<your-bucket-name> && ./deploy.sh
. - Test it!