hackoregon / civic-devops

Master collection point for issues, procedures, and code to manage the HackOregon Civic platform
MIT License
11 stars 4 forks source link

Consider changing Cloudformation templates from yaml to json format. #166

Open iant01 opened 6 years ago

iant01 commented 6 years ago

AWS seems to be documenting new and changed features in json and moving away from providing examples in both yaml and json. Yaml is very touchy about format, spaces and indentation, but cloud formaation does not provide helpful error message as to what/why an item failed. json is not affected by these types of issue and has a more consistent format than what has been implemented in yaml across different services and parameters.

iant01 commented 6 years ago

May make template life easier but need to check use of ! ref in json format.