Skip to content

FabrizioCafolla/cdk-demo

Repository files navigation

CDK Demo


git clone https://github.com/FabrizioCafolla/cdk-demo.git

cd cdk-demo

chmox +x setup.sh

./setup.sh

After the init process completes and the virtualenv is created, you can use the following step to activate your virtualenv.

source .activate

CDK useful commands

Before use cdk cli:

  • 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

Mantained by