Convert Your CloudFormation template from JSON to YAML
Did you know that CloudFormation templates come in two flavors? YAML and JSON. When CloudFormation launched, JSON was the only format supported. YAML was introduced to CloudFormation in 2016. Both JSON and YAML are text and can be edited in any text ...
jennapederson.hashnode.dev3 min read
Phillip Ninan
Senior Software Engineer
I read the title of this and thought noo! Why would you want to use YAML over JSON?
But being able to add comments is a pretty big advantage. Great read Jenna!