From 7dd1fe98677d2593252400390bf4b1eb3a3e9c95 Mon Sep 17 00:00:00 2001 From: Michael Gutierrez Date: Tue, 29 Oct 2019 16:14:43 -0500 Subject: [PATCH] Updating analytics Lambda function to nodejs8.10 --- .../reactnotes/pinpoint-cloudformation-template.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amplify/backend/analytics/reactnotes/pinpoint-cloudformation-template.json b/amplify/backend/analytics/reactnotes/pinpoint-cloudformation-template.json index 4711967..4f2622a 100644 --- a/amplify/backend/analytics/reactnotes/pinpoint-cloudformation-template.json +++ b/amplify/backend/analytics/reactnotes/pinpoint-cloudformation-template.json @@ -199,7 +199,7 @@ } }, "Handler": "index.handler", - "Runtime": "nodejs6.10", + "Runtime": "nodejs8.10", "Timeout": "300", "Role": { "Fn::GetAtt": [ @@ -532,4 +532,4 @@ } } } -} \ No newline at end of file +}