ohiodn8 / cdk-csharp-sample

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to your CDK C# project!

This is a blank project for C#/dotnet development with CDK.

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

It uses the .NET Core CLI to compile and execute your 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

Important Files ==

  • src/CsharpProject/CsharpProjectStack.cs [using an existing vpc with the lookup option]
  • src/CsharpProject/Program.cs [using the account and region value here]

About


Languages

Language:C# 100.0%