-
Notifications
You must be signed in to change notification settings - Fork 154
Docs: fix cleanup command in cdk example #1311
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi Niko, thank you for opening this issue. We should fix the issue and fix the file. If anyone is interested in opening a PR to do so, please leave a comment below. Suggested edit: -- To delete the sample application that you created, run the command below while in the `examples/sam` directory:
++ To delete the sample application that you created, run the command below while in the `examples/cdk` directory:
```bash
-- cdk delete
++ cdk destroy |
Can I work on that? |
Hey, yes definitely! I'll assign the issue to you. If you have any question about setting up the repo or other processes, let me know. |
|
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?
https://github.com/awslabs/aws-lambda-powertools-typescript/blob/fa236b94b6532685588edd2f440c911dc6de56ab/examples/cdk/README.md?plain=1#L75
How can we improve?
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
The text was updated successfully, but these errors were encountered: