aws / aws-toolkit-eclipse

(End of life: May 31, 2023) AWS Toolkit for Eclipse
http://aws.amazon.com/eclipse
Apache License 2.0
275 stars 179 forks source link

Unrecognized token 'AWSTemplateFormatVersion': was expecting ('true','false',or 'null') #210

Open refacktor opened 3 years ago

refacktor commented 3 years ago

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 3 years ago

Hi, Please try using double quotes (" ") for each key in your YAML code.