cfn-pyplates icon indicating copy to clipboard operation
cfn-pyplates copied to clipboard

Support outputting pyplate as yaml

Open tehsmyers opened this issue 8 years ago • 1 comments

CFN now supports YAML output. It should be pretty simple to add a mechanism to output in this YAML format rather than JSON: https://aws.amazon.com/blogs/aws/aws-cloudformation-update-yaml-cross-stack-references-simplified-substitution/

Care needs to be taken with "!function" references, and support needs to be added for !ImportValue and !Sub

tehsmyers avatar Sep 20 '16 15:09 tehsmyers

FWIW for anyone else looking for yaml love in the meantime, one can convert / validate existing json templates to yaml with aws-cfn-template-flip:

https://github.com/awslabs/aws-cfn-template-flip

scottlinux avatar Jan 04 '17 19:01 scottlinux