cdk-ecs-codedeploy icon indicating copy to clipboard operation
cdk-ecs-codedeploy copied to clipboard

Set prop to maintain current resources with aws-cdk 2.139.0

Open mikeshepherd opened this issue 9 months ago • 0 comments

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

mikeshepherd avatar May 16 '24 09:05 mikeshepherd