From dcb46836448a78b05b064a95c5711896f9314fad Mon Sep 17 00:00:00 2001 From: Maish Saidel-Keesing Date: Sun, 19 Feb 2023 17:28:09 +0200 Subject: [PATCH] added back bootstrap step (#96) Co-authored-by: Maish Saidel-Keesing --- content/microservices/platform/tabs/cdk.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/microservices/platform/tabs/cdk.md b/content/microservices/platform/tabs/cdk.md index e1ffb20..ad01063 100644 --- a/content/microservices/platform/tabs/cdk.md +++ b/content/microservices/platform/tabs/cdk.md @@ -9,6 +9,7 @@ hidden: true ```bash cd ~/environment/ecsdemo-platform/cdk pip install -r requirements.txt --user +cdk bootstrap aws://$AWS_ACCOUNT_ID/$AWS_DEFAULT_REGION ``` #### Confirm that the cdk can synthesize the assembly CloudFormation templates