Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 570 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 570 Bytes

Welcome to Toby House!

Toby-House is an example project for C# development with AWS CDK.

The cdk.json file tells the CDK Toolkit how to execute your app.

It uses the .NET Core CLI to compile and execute the project.

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