Single repo, multiple CloudFormation stacks (proof of concept).
Maybe you want to clone this repo and set it up for yourself? Then you need to generate a set of AWS credentials and add as Github Secrets (Settings -> Secrets) using the following keys:
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
The S3 bucket where the deploy pipeline uploads stuff was created manually in AWS. In the future we can add a step in the pipeline to make sure it exists and create it otherwise.