Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cdk): unstable CloudFront function name
- The bug that a CloudFront function name fluctuated over deployment to deployment is worked around. There is a bug in CDK that it may generate different function names at different deployments. Please see the following issue for more details, - aws/aws-cdk#15523 As suggested in the above issue, I decided to give a fixed name to my CloudFront function. Function names never conflict between development and production stacks because `Node.addr` that is different between them is appended. issue codemonger-io#2
- Loading branch information