Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 703 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 703 Bytes

CDK HelloWorld

Welcome to your CDK .NET project!

You should explore the contents of this template. It demonstrates a CDK app with two instances of a stack (HelloStack) which also uses a user-defined construct (HelloConstruct).

The cdk.json file tells the CDK Toolkit how to execute your app. It uses the dotnet CLI to do this.

Useful commands

  • dotnet build src compile this app
  • 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!