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
Before use cdk cli:
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