aws-toolkit-eclipse icon indicating copy to clipboard operation
aws-toolkit-eclipse copied to clipboard

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

Open refacktor opened this issue 3 years ago • 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.

refacktor avatar Aug 29 '20 18:08 refacktor

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

venugummadala avatar Oct 14 '20 09:10 venugummadala