stackup
stackup copied to clipboard
a simple CLI and Ruby API for AWS CloudFormation
Results
12
stackup issues
Sort by
recently updated
recently updated
newest added
I think Stackup transforms `!Condition foo` into `{"Fn::Condition": "foo"}` when it should just be `{"Condition": "foo"}`. This breaks nested conditions such as the YAML example at the bottom of [this...