[CloudFront] The Origin ID has an undocumented limit of 128 characters #11504
Labels
@aws-cdk/aws-cloudfront
Related to Amazon CloudFront
bug
This issue is a bug.
effort/small
Small work item – less than a day of effort
in-progress
This issue is being actively worked on.
p2
Turns out, trying to create an Origin in a nested Construct tree makes the Origin ID longer than the undocumented 128 character limit, and fails with:
This needs to be fixed here (we probably need to take the last 128 characters of
uniqueId
instead of all of it).The text was updated successfully, but these errors were encountered: