Convert AWS Cloudformation JSON templates into YAML
AWS have recently upgraded their Cloudformation engine to cope with YAML templates. This is a major boon for us all! 🙂
Here is a small python script that will help convert your json templates over to yaml.
Your joins and …