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.