aws-cloudformation / aws-cloudformation-templates

A collection of useful CloudFormation templates
Apache License 2.0
4.7k stars 4.28k forks source link

Standardize template formats #413

Closed ericzbeard closed 6 months ago

ericzbeard commented 7 months ago

The source of truth for all templates should be .yaml (not .yml or .template), and we should auto-generate json versions of each file. Rain can be used to convert existing json samples to yaml.