How to make a whole object in CloudFormation templates optional?
问题 I'm making a Lambda function via CloudFormation template, and I'd like to make it optional to enter the information for the VpcConfig property. I've found articles like this one on how to make parameters optional: https://cloudonaut.io/optional-parameter-in-cloudformation/ That was very helpful for finding syntax to make properties with single values optional (like a single string value). But what I need to figure out is how to make the whole VpcConfig OBJECT optional. It's a little tricky,