/aws-cdk-example

A simple CDK example

Primary LanguageC#

AWS CDK Example

A simple CDK example that is a companion to this blog post.

CDK API Reference

https://docs.aws.amazon.com/cdk/api/latest/versions.html

Useful commands

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