troposphere icon indicating copy to clipboard operation
troposphere copied to clipboard

Add dictionary param support to resources that have AWSHelperFn props.

Open LyndonHook opened this issue 8 years ago • 1 comments

Add dictionary parameter support for resources that use AWSHelperFn objects as properties. The resources can then be instantiated by using a python dictionary type instead of having to pass the actual helper function object. Its necessary if your resource creation is driven by YAML config. e.g. YAML -> Dictionary -> Troposphere Resource

LyndonHook avatar Jan 02 '18 00:01 LyndonHook

Any feedback on this? I'd love to get it merged.

LyndonHook avatar Feb 06 '18 04:02 LyndonHook