-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Add support for VPC endpoints for private API Gateway REST APIs #7905
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
Conversation
7a5d49d
to
45465d7
Compare
45465d7
to
0c4c85e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! 🎉 Thanks a lot for tackling this! It's so great to see how we can add functionality using 2 different services and it being so clear with ASF now. And so nice to see it AWS validated, and making it easier to fix the parity. Only one minor nit in the ec2 provider, but nothing blocking for me. 🚀
Add support for VPC endpoints for private API Gateway REST APIs. See docs here.
These endpoints allow users to invoke REST APIs under the following endpoints:
... in addition to the standard API GW invocation endpoints:
A snapshot test has been added to cover the functionality.
More detailed description following soon..