Could not deploy multiple times after the first deployment
Context and behavior
After the first deployment, the CDK created one CloudFront Policy which will lead to a failure when coming with the following deployments.
By tracing the CloudTrail, it prompts the error was raised from CDK "CloudFormation" when "CreateOriginRequestPolicy" as "OriginRequestPlicyAlreadyExists"
A similar problem existed when customers using CloudFormation reported on Github.
aws-cloudformation/cloudformation-coverage-roadmap#571 (comment)
Could not deploy multiple times after the first deployment
Context and behavior
After the first deployment, the CDK created one CloudFront Policy which will lead to a failure when coming with the following deployments.
By tracing the CloudTrail, it prompts the error was raised from CDK "CloudFormation" when "CreateOriginRequestPolicy" as "OriginRequestPlicyAlreadyExists"
A similar problem existed when customers using CloudFormation reported on Github.
aws-cloudformation/cloudformation-coverage-roadmap#571 (comment)