Skip to content

feat: Add AWS lambda support for IPV6 outbound connections in VPC #21

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 6, 2025

Conversation

Martijn02
Copy link

Allows VPC-enabled Lambda functions to use an egress-only internet gateway to access the internet or other AWS services via IPv6. This eliminates the need for a NAT Gateway, reducing costs and simplifying architecture.

Note that this change is fully backwards compatible. It only adds an optional parameter to the VPC configuration.

The credits for most of the change should go to @rvaralda who created a pull request for the original serverless project. I merely added documentation and unit tests.

Martijn van Zal added 2 commits January 3, 2025 16:26
Allows VPC-enabled Lambda functions to use an egress-only internet gateway to access the internet or other AWS services via IPv6. This eliminates the need for a NAT Gateway, reducing costs and simplifying architecture.

The credits for most of the change should go to @rvaralda who created [https://github.com/serverless/serverless/pull/12243](a pull request) for the original serverless project. I merely added documentation and unit tests.
@Martijn02 Martijn02 marked this pull request as draft January 3, 2025 15:43
@Martijn02 Martijn02 marked this pull request as ready for review January 3, 2025 15:53
@mnapoli
Copy link
Contributor

mnapoli commented Jan 6, 2025

Thanks!

@mnapoli mnapoli merged commit 580e1d6 into oss-serverless:main Jan 6, 2025
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants