Open Guslington opened 5 years ago
If auto
mode is used, component rendering lambdas will need to have dependency on vpc (that is, az_conditional_resources
function defined.
@Guslington @aaronwalker implementation for auto
behaviour can be found on feature branch on my fork
Instructions for testing can be found at https://github.com/toshke/hl-component-vpc-lambdas
@toshke what about passing around the subnets using List<AWS::EC2::Subnet::Id>
? I'm going to do some testing with this in other components to see if we can drop the dependency of the vpc component.
There will be 3 supported modes 1) for out-of-the-box functionality
auto
will be supported asvpc
property value for lambda config 2) for fine-tuning, and providing other than compute subnets, following format shall be used: 3) Tweak of the previous mode@aaronwalker @Guslington let me know what you think on the format