Skip to content
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

fix: Set prop to maintain current resources with aws-cdk 2.139.0 #554

Merged
merged 3 commits into from
Jul 1, 2024

Conversation

mikeshepherd
Copy link
Contributor

aws-cdk v2.139.0 introduced a change to custom resources to create a log group by default. This change sets the value of the newly introduced prop disableWaiterStateMachineLogging on custom resources to true to disable this new behaviour.

This is necessary because in some situations this library can attempt to recreate this resource with a different logical id but the same log group name which will fail. Enabling this new flag preserves the previous behaviour and prevents these deployment failures

@cplee cplee changed the title Set prop to maintain current resources with aws-cdk 2.139.0 fix: Set prop to maintain current resources with aws-cdk 2.139.0 Jul 1, 2024
@cplee cplee merged commit a0254ff into cdklabs:main Jul 1, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants