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 srccompile this appcdk lslist all stacks in the appcdk synthemits the synthesized CloudFormation templatecdk deploydeploy this stack to your default AWS account/regioncdk diffcompare deployed stack with current statecdk docsopen CDK documentation
Enjoy!