Closed rddimon closed 3 years ago
Make the custom.vpcDiscovery optional. We can specify a vpc config just for a function which we need.
custom.vpcDiscovery
vpc
... functions: example1: handler: handler.example example2: handler: handler.example vpcDiscovery: vpcName: '<vpc name> subnetNames: - '<name of subnet>' securityGroupNames: - '<name of security group>' ...
Make the
custom.vpcDiscovery
optional. We can specify avpc
config just for a function which we need.