sidecar
sidecar copied to clipboard
Allow to deploy Lambda inside VPC
This pull request enhances sidecar abilities to allow developers to deploy sidecar Lambda functions inside a VPC.
I appreciate the suggested review but I would argue that most use cases will be a single sg and potentially hard-coded subnets instead of environment variables.
The config file just gives an idea how to go about it. Using Arr::wrap gives the flexibility of allowing users set an array or a single string. Advanced VPC users will know how to proceed for array-style in their own preferred approach.
Mmm this is great, thanks for doing this @deleugpn. And thanks for the extra set of eyes @datashaman!
Let me review the Lambda docs on this and see if I can get it merged this week. I'll get back to ya!
Just wondering if you found any issues regarding the VPC setup by Sidecar? Having this built-in would help streamline our deployments
Any news regarding this?
I use laravel vapor with a private network and can't access the database...
I also wonder when this will be merged as my team really needs this feature