-
Notifications
You must be signed in to change notification settings - Fork 160
Closed
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippeddocumentationImprovements or additions to documentationImprovements or additions to documentationgood-first-issueSomething that is suitable for those who want to start contributingSomething that is suitable for those who want to start contributing
Description
What were you searching in the docs?
Example with cdk, sample application .
Location: https://github.com/awslabs/aws-lambda-powertools-typescript/tree/main/examples/cdk
Is this related to an existing documentation section?
How can we improve?
The instruction on how to delete the sample application is described as follows:
To delete the sample application that you created, run the command below while in the `examples/sam` directory:
cdk delete
Thoughts:
- The location to run the command is accidently wrong (`examples/sam`)
- The command to delete is accidently wrong (`cdk delete`)
Got a suggestion in mind?
The proposed update is to correct where (location) to run the command for deleting sample cdk app and the command that should be used deleting (how).
E.g: in cdk the word destroy
is used, cdk destroy
, npx cdk --destroy
Acknowledgment
- I understand the final update might be different from my proposed suggestion, or refused.
Metadata
Metadata
Assignees
Labels
completedThis item is complete and has been merged/shippedThis item is complete and has been merged/shippeddocumentationImprovements or additions to documentationImprovements or additions to documentationgood-first-issueSomething that is suitable for those who want to start contributingSomething that is suitable for those who want to start contributing