Skip to content

Commit

Permalink
Added cdk destroy demo
Browse files Browse the repository at this point in the history
  • Loading branch information
akashdeep000 committed Sep 8, 2024
1 parent 5a45544 commit 9992ce2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 9992ce2

Please sign in to comment.