CustomResources: auto-invalidate resource when provider code changes #1401
Labels
@aws-cdk/aws-cloudformation
Related to AWS CloudFormation
@aws-cdk/custom-resources
Related to AWS CDK Custom Resources
closed-for-staleness
This issue was automatically closed because it hadn't received any attention in a while.
effort/small
Small work item – less than a day of effort
feature/enhancement
A new API to make things easier or more intuitive. A catch-all for general feature requests.
feature-request
A feature should be added or improved.
p2
As seen in cdklabs/aws-delivlib#20 - it is nice to have the has of the CustomResource handler code be passed as a property to the custom resources, so the resources receive an
Update
when the handler code changes.This enables changing the layout of the outputs of the resource (adding or removing some, renaming, ...) without forcing the user to drop & re-create the resource. This would leverage #1400.
The text was updated successfully, but these errors were encountered: