custom-resource: better log customization design for custom resource logs #33196
Labels
@aws-cdk/custom-resources
Related to AWS CDK Custom Resources
effort/medium
Medium work item – several days of effort
feature-request
A feature should be added or improved.
p2
Describe the feature
Challenges
In AWS CDK, some constructs implicitly create custom resources with associated providers that generate CloudWatch log groups. Customers currently have no way to customize these log groups, either by:
As a result, when customers deploy stacks containing these implicit custom resources, the generated log groups are left orphaned, requiring manual cleanup by the customer.
Affected Issues
The issues related to this challenge are:
Affected Modules
This challenge affects all CDK modules that implicitly create custom resources with lambda function providers.
Use Case
deploy any L2 constructs that have custom resources implicitly created.
Proposed Solution
Expected Experience
To improve the customer experience, it would be desirable to allow customers more freedom in customizing the log groups associated with these implicit custom resources, such as:
Other Information
No response
Acknowledgements
CDK version used
2.177.0
Environment details (OS name and version, etc.)
all
The text was updated successfully, but these errors were encountered: