- Install CDK: https://github.com/aws/aws-cdk
- Put credentials in
firebase_credentials.json
- Setup virualenv and requirements:
$ python3 -m venv .env
$ source .env/bin/activate
$ pip install -r requirements.txt
At this point you can now synthesize the CloudFormation template for this code.
$ cdk synth
Or deploy
$ cdk deploy