(All Constructs): (VPC endpoint support for lambda)
Describe the feature
Enable vpc endpoint to access S3 and other resources from lambda in private subnet.
Use Case
As of now, the lambda use NAT gateway to access any public endpoint which should be avoided as per security best practices. The VPC endpoint enable the construct to skip any routing on the public network.
Proposed Solution
No response
Other Information
No response
Acknowledgements
- [X] I may be able to implement this feature request
- [X] This feature might incur a breaking change
This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label.
This is linked to the PR @ErdemAyyildiz is working on, just cannot assign the ticket to him :)
Closing this as some constructs will be deprecated