From 9992ce256d792d3cb3288edb6f61cde621f15362 Mon Sep 17 00:00:00 2001 From: AkashDeep000 Date: Mon, 9 Sep 2024 02:21:40 +0530 Subject: [PATCH] Added cdk destroy demo --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e07bb6c..1d9b80a 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ The `cdk.json` file tells the CDK Toolkit how to execute your app. * `npm run build` compile typescript to js * `npm run watch` watch for changes and compile * `npx cdk deploy` deploy this stack to your default AWS account/region +* `npx cdk destroy` delete this stack with all the resources it includes * `npx cdk diff` compare deployed stack with current state * `npx cdk synth` emits the synthesized CloudFormation template