Skip to content

cfnparser does not handle YAML documents that _sort-of_ look like JSON #101

@jtarchie

Description

@jtarchie

Given a YAML file:

{
   Fn::Join: []
}

The parser will fail with Invalid JSON!.

Expectation: Considering this is valid YAML, we were expecting this to work.

Options:

  • Debug messaging that says, "Determine document was JSON doc".
  • It works! ™

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions