You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 25, 2024. It is now read-only.
Is your feature request related to a problem? Please describe.
I'd like to be able to specify network/VPC configuration for lambda deployments so the endpoints are not public by default. Please let me know if I'm just missing some documentation/options that show how to do this.
Describe the solution you'd like
Serverless Framework allows specifying VPC settings for lambda deployments in a config file as shown here.
Describe alternatives you've considered
Not using lambda and just deploying the bento-built container to an existing stack. The quick deploy to lambda is a nice option to have though.