flaviostutz / flaviostutz/cdk-practical-constructs
Do not delete the log group when the wso2 deployment fails
Open
enhancement
- Dominant language
- TypeScript
- Stars
- 7
- Forks
- 7
- PR merge metrics
- No merged PRs in 30d
Description
## Problem being solved
When deploying to WSO2 fails, the lambda that deploys the wso2 application is deleted and the its log group is also deleted, so we cannot really see the logs to understand why it has failed.
## Proposal
Do not delete the handler and the log groups if the deployment fails.
I believe they should only be deleted when we delete the stack.
Contributor guide
Assessment
This issue has not been assessed yet.