Comment on That's a Lot of YAMLComments−sbennettmcleish1yWhen it comes to AWS Cloudformation, I love YAML. Can't think of any other positive use though.−mdaniel1yThey should be beaten about the head and shoulders for how atrocious this is: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGui...Also, due to it failing to work as advertised, I just use `cfn-lint --info -e` to grab the transformed template and use that for realz.
Comments
When it comes to AWS Cloudformation, I love YAML. Can't think of any other positive use though.
They should be beaten about the head and shoulders for how atrocious this is: https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGui...
Also, due to it failing to work as advertised, I just use `cfn-lint --info -e` to grab the transformed template and use that for realz.