https://docs.aws.amazon.com/cdk/latest/guide/ecs_example.html
source .env/bin/activate
pip install -r requirements.txt
Run the app and confirm that it creates an empty stack.
cdk synth
cdk deploy
cdk destroy
https://docs.aws.amazon.com/cdk/latest/guide/ecs_example.html
source .env/bin/activate
pip install -r requirements.txt
Run the app and confirm that it creates an empty stack.
cdk synth
cdk deploy
cdk destroy