aws/aws-toolkit-eclipse

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

refacktor opened this issue · 1 comments

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.

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