Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 390 Bytes

CDK-GettingStarted.md

File metadata and controls

10 lines (8 loc) · 390 Bytes

Useful commands

  • mvn package compile and run tests (use stage.bash)
  • 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!