From bc3e03d648898cd768b704d589ebd78db25c06d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?javier=20ram=C3=ADrez?= Date: Thu, 4 Jul 2019 17:56:59 +0100 Subject: [PATCH] Attribute2 in the yaml template fixed The name of Attribute2 had a blank space that would cause an error on execution (even if the sam validates ok) --- template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.yaml b/template.yaml index f12e2cf..eb488c3 100644 --- a/template.yaml +++ b/template.yaml @@ -143,7 +143,7 @@ Resources: "DataType": "String", "StringValue": "value of my attribute no 1" }, - "Attr ibute2": { + "Attribute2": { "DataType": "String", "StringValue": "value of my attribute no 2" }