(aws-route53): stack update doesn't work when defining Route53 via AwsCustomResource #28906
Labels
@aws-cdk/aws-route53
Related to Amazon Route 53
bug
This issue is a bug.
effort/medium
Medium work item – several days of effort
p2
Describe the bug
It's basically a continuation of issue #12756
The proposed solution is working for deploying but doesn't work if I need to update the stack or when destroying and re-deploying it.
The error thrown is:
Expected Behavior
Being able to update the stack successfully.
Current Behavior
Stack throws the error
There is already a Construct with name 'CreatedPublicHostedZone' in PublicHostedZoneWithReusableDelegationSet
Reproduction Steps
Deploy a stack with this resources:
Possible Solution
No response
Additional Information/Context
No response
CDK CLI Version
2.122.0
Framework Version
No response
Node.js Version
20.8.0
OS
Ubuntu
Language
TypeScript
Language Version
5.3.3
Other information
No response
The text was updated successfully, but these errors were encountered: