claudiajs / claudia

Deploy Node.js projects to AWS Lambda and API Gateway easily
https://claudiajs.com
MIT License
3.8k stars 274 forks source link

Added ability to update VPC config #212

Open corey-rts opened 4 years ago

corey-rts commented 4 years ago

Added VPC stuff to the configuration patch so it can be updated.

gojko commented 4 years ago

Hi,

can you please add a test for the new functionality to https://github.com/claudiajs/claudia/blob/master/spec/update-spec.js (probably should be something similar to https://github.com/claudiajs/claudia/blob/master/spec/create-spec.js#L352) so we can merge this in?