feat(lambda): add ipv6AllowedForDualStack for lambda function#28059
feat(lambda): add ipv6AllowedForDualStack for lambda function#28059
ipv6AllowedForDualStack for lambda function#28059Conversation
Update fork
aws-cdk-automation
left a comment
There was a problem hiding this comment.
The pull request linter has failed. See the aws-cdk-automation comment below for failure reasons. If you believe this pull request should receive an exemption, please comment and provide a justification.
A comment requesting an exemption should contain the text Exemption Request. Additionally, if clarification is needed add Clarification Request to a comment.
|
@Mergifyio update |
☑️ Nothing to doDetails
|
ipv6AllowedForDualStack prop to lambda functionipv6AllowedForDualStack to lambda function
ipv6AllowedForDualStack to lambda functionipv6AllowedForDualStack for lambda function
|
@Mergifyio update |
✅ Branch has been successfully updated |
✅ Updated pull request passes all PRLinter validations. Dismissing previous PRLinter review.
AWS CodeBuild CI Report
Powered by github-codebuild-logs, available on the AWS Serverless Application Repository |
|
Can you link the issue in the description as |
|
@mikewrighton there is no specific issue for this cfn coverage gap. I put related to the larger ipv6 issue. |
| }); | ||
|
|
||
| app.synth(); | ||
| new lambda.Function(stack, 'IPv6EnabledLambda', { |
There was a problem hiding this comment.
I tried the existing PR and its integration tests were failing, here's my fork with changes to integration tests and almost similar changes for the feature implementation that works: Vandita2020@e2c7753
|
#28928 adds this functionality. |
This property sets the cloudformation
VpcConfigPropertyproperty of the same name. This feature will enable Lambda functions to be configured to allow or disallow IPv6 traffic when using dual-stack VPC configurations.Related #894.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license