- Clone this repository
git clone https://github.com/dingyuanli/devax_connect_demo.git
- Enter the folder
cd devax_connect_demo
- Bootstrap the project (prerequisite: Install CDK, AWS credential configuration)
cdk bootstrap
- Once the environment is bootrapped, you can now deploy the cdk.
cdk deploy
- Clean up
cdk destory
cdk ls
list all stacks in the appcdk synth
emits the synthesized CloudFormation templatecdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk docs
open CDK documentation
Enjoy!