You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CloudFormation now supports YAML templates natively, rendering cfn-flow's "converts from YAML to JSON" obsolete
In addition, CloudFormation Intrinsic Functions have a YAML "short form" (e.g. !GetAtt foo.bar) that cfn-flow naïvely transforms to JSON, turning a valid CF YAML template into invalid CF JSON
(If you confine yourself to the "long form" of the functions, it's fine)
The text was updated successfully, but these errors were encountered:
CloudFormation now supports YAML templates natively, rendering
cfn-flow
's "converts from YAML to JSON" obsoleteIn addition, CloudFormation Intrinsic Functions have a YAML "short form" (e.g.
!GetAtt foo.bar
) thatcfn-flow
naïvely transforms to JSON, turning a valid CF YAML template into invalid CF JSON(If you confine yourself to the "long form" of the functions, it's fine)
The text was updated successfully, but these errors were encountered: