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.
dotnet build src
compile this appcdk 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
Enjoy!