-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat(ec2): Add VPC endpoint for RDS #12497
Conversation
45c12b6
to
697fb77
Compare
Thank you for contributing! Your pull request will be updated from master and then merged automatically (do not update manually, and be sure to allow changes to be pushed to your fork). |
Pull request has been modified.
What is the status here? This has become incredibly painful for what was a simple 1-line change. :( |
It is not even clear to me why this has become so painful. |
Oh I remember. It's because static initialization of an additional token messed up something in the APIGatewayV2 module. Thanks for exposing that bug! I think I can fix your PR by rebasing some commits. |
c9bc853
to
64b7f7d
Compare
There we go. |
Pull request has been modified.
Thanks @rix0rrr! I'll give this an update with master and hopefully the great merge train will proceed. :) |
Adds VPC endpoint support for RDS. Fixes #12402
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license