amplify-education / serverless-vpc-discovery

Serverless plugin for discovering VPC / Subnet / Security Group configuration by name.
MIT License
38 stars 15 forks source link

Functions config apply and improvements #34

Closed rddimon closed 3 years ago

rddimon commented 3 years ago
  1. The plugin behavior has been changed. Currently, the VPC config applies to each function instead of the provider option. In that case has been changed custom.vpc -> custom.vpcDiscovery

  2. It allows us for specifying a custom config for each function.

  3. Added option for skipping VPC config for the specific function

  4. Improvements: warning and info messages

Screen Shot 2020-11-17 at 5 36 31 PM