- aws configure --profile [profile]
- export AWS_PROFILE=[profile]
Prepare AWS environment by provisioning specific AWS resources that are being used in the environment by the AWS CDK
- cdk bootstrap
Compile the code to AWS Cloudformation templates
- cdk synth
- cdk deploy