brabster / crucible

AWS CloudFormation templates built with Clojure
Eclipse Public License 1.0
72 stars 18 forks source link

Adds key override for cool-down key #168

Closed AgentO3 closed 5 years ago

AgentO3 commented 5 years ago

The resulting json key from cool-down spec is Cooldown and not CoolDown. I added an override to stay compatible with the current keys. However, we could just correct the spec key to be ::cooldown. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-as-group.html#cfn-as-group-cooldown

brabster commented 5 years ago

Nice, thanks for the backwards compatibility!