Welcome to your CDK Go project!

Install AWS CDK Toolkit

npm install -g aws-cdk

Useful commands

The cdk.json file tells the CDK toolkit how to execute your app.

  • cdk deploy deploy this stack to your default AWS account/region
  • cdk diff compare deployed stack with current state
  • cdk synth emits the synthesized CloudFormation template
  • go test run unit tests

Initialize the app

cdk init --language=go