From 4a2a5489fe036762260a3ad499df4f73396be293 Mon Sep 17 00:00:00 2001 From: Alex Casalboni Date: Thu, 29 Feb 2024 16:56:35 +0100 Subject: [PATCH] Update cdk/README.md --- cdk/README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/cdk/README.md b/cdk/README.md index 6442dcd7..77ab17f0 100644 --- a/cdk/README.md +++ b/cdk/README.md @@ -20,14 +20,7 @@ Check also the langauge specific requirements in the respective README. Run these commands from the project folders: +* `cdk bootstrap` bootstrap one or more environments * `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 - -## Deployment - -``` -cd cdk/csharp -dotnet build -cdk deploy -```