Unrecognized token 'AWSTemplateFormatVersion': was expecting ('true','false',or 'null')
refacktor opened this issue · 1 comments
refacktor commented
Today I installed the AWS Toolkit for Eclipse in a fresh Eclipse 2020-06 instance.
My project already contained a pre-existing and totally valid CloudFormation YAML template.
Unfortunately, the plugin fails to recognize it, and shows the above captioned error message.
venugummadala commented
Hi, Please try using double quotes (" ") for each key in your YAML code.