Closed
Description
CloudFormation supports uploading templates both as YAML and JSON. If you upload it as YAML, it will also be shown as YAML in the console (and when downloaded).
LLD currently expects the format to be in JSON. If it's not valid JSON, LLD crashes.
Since CloudFormation supports both formats, it would be great if LLD also does so.