peterkh / cumulus

Helps manage AWS CloudFormation stacks
Other
206 stars 40 forks source link

Make 'params' and 'depends' Optional #31

Closed cdodd closed 9 years ago

cdodd commented 9 years ago

Not all stacks require the params and depends options, but a KeyError exception is raised if they are not specified. This commit makes it optional to specify them.

cdodd commented 9 years ago

Hey people, any chance of getting this merged?

acaire commented 9 years ago

@cdodd Thanks Craig, apologies for the delay.