Skip to content

Commit

Permalink
feat(lambda): Add Ipv6AllowedforDualStack support for Lambda functi…
Browse files Browse the repository at this point in the history
…on (#28928)

This PR adds support to configure IPv6 connectivity for lambda function by adding a single field to the VPC configuration in CDK’s Lambda Console to enable IPv6 dual stack support.

The `Ipv6AllowedForDualStack` field is a new property that allows Lambda functions to specify whether the IPv6 traffic should be allowed when using dual-stack VPCs.

- Support IPv6 connectivity for Lambda function by setting "ipv6AllowedForDualStack : true". This value will be converted to VpcConfig: {Ipv6AllowedForDualStack: true,} in template.


*By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
  • Loading branch information
Vandita2020 authored and GavinZZ committed Feb 22, 2024
1 parent 424d89d commit 1492132
Show file tree
Hide file tree
Showing 14 changed files with 3,852 additions and 4 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1492132

Please sign in to comment.