feat(cloudfront-origins): use dual-stack ip address type by default for lambda function url origin (under feature flag)#35754
Conversation
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
mazyu36
left a comment
There was a problem hiding this comment.
LGTM overall.
Could you please address the failing CI checks?
…ns-dualstack-default-35450
…igins to dual-stack connectivity
|
@mazyu36 Thanks always! I've fixed CI failure. |
|
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
4 similar comments
|
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
|
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
|
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
|
This PR cannot be merged because it has conflicts. Please resolve them. The PR will be considered stale and closed if it remains in an unmergeable state. |
…ns-dualstack-default-35450
…ns-dualstack-default-35450
Issue # (if applicable)
Closes #35450.
Reason for this change
CloudFront recently launched support for IPv6 origins.
Lambda function URL's are by default dual stack.
It is better to update default behavior of IP address type settings from IPV4 to Dualstack.
Description of changes
@aws-cdk/aws-cloudfront-origins:functionUrlOriginDualStackDefaultDescribe any new or updated permissions being added
None
Description of how you validated changes
Add both unit and integ tests.
Checklist
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license