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 appcdk deploy
deploy this stack to your default AWS account/regioncdk diff
compare deployed stack with current statecdk synth
emits the synthesized CloudFormation template