For a detailed walkthrough of this workshop, see here
To perform this workshop, you’ll need the following:
cdk deploy --all --parameters EC2Stack:ImageID="ami-0123456789"
mvn package
compile and run testscdk 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