./gradlew clean build
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
cdk init --help
cdk synth LunchAndLearnEcrRepositoriesStack
cdk deploy LunchAndLearnEcrRepositoriesStack
./webapp/pushToContainerRepo.sh 1.0.0
cdk synth LunchAndLearnEcsCluster
cdk deploy LunchAndLearnEcsCluster
cdk deploy LunchAndLearnTwitterInfoStack
cdk synth LunchAndLearnTwitterProfileViewerStack
cdk deploy LunchAndLearnTwitterProfileViewerStack
cdk destroy LunchAndLearnEcrRepositoriesStack LunchAndLearnEcsCluster LunchAndLearnTwitterInfoStack LunchAndLearnTwitterProfileViewerStack