/devax_connect_demo

Repository for demo

Primary LanguagePython

Welcome to demo repository for DevAx Connect!

1

  1. Clone this repository
 git clone https://github.com/dingyuanli/devax_connect_demo.git
  1. Enter the folder
 cd devax_connect_demo
  1. Bootstrap the project (prerequisite: Install CDK, AWS credential configuration)
 cdk bootstrap
  1. Once the environment is bootrapped, you can now deploy the cdk.
 cdk deploy
  1. Clean up
 cdk destory

Useful commands

  • cdk ls list all stacks in the app
  • cdk synth emits the synthesized CloudFormation template
  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk docs open CDK documentation

Enjoy!