aws-cloudformation / aws-cloudformation-resource-providers-awsutilities-commandrunner

Apache License 2.0
81 stars 21 forks source link

Improvement: use YAML instead of JSON for the BaseTemplate #33

Closed maslick closed 2 years ago

maslick commented 3 years ago

It would be cool if we used YAML for the BaseTemplate. Right now I can see there are a couple very long lines, where you can easily make a mistake (in fact there is one here):

Screenshot 2021-10-12 at 14 49 29

Also the Template looks ugly:

Screenshot 2021-10-12 at 14 56 51
maslick commented 3 years ago

Possible cure: #34

shantgup commented 2 years ago

The BaseTemplate was originally written in YAML, however there was some trouble using it in the code, so decided to make it JSON instead. I'll take this as an FR as well.