We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cdk destroy
1 parent 85689c1 commit 4318476Copy full SHA for 4318476
Readme.md
@@ -75,6 +75,6 @@ curl -X GET AWS_SERVER_URL/protected -H "Content-Type: application/json" -H "Aut
75
76
## Remove infrastructure create with CDK
77
78
-To remove the infrastructure created with the AWS CDK, run `cdk destory`.
+To remove the infrastructure created with the AWS CDK, run `cdk destroy`.
79
80
Before running `cdk destroy`, you'll want to ensure you've added `RemovalPolicy: awscdk.RemovalPolicy_DESTROY` in the `awsdynamodb.TableProps`.
0 commit comments