From 5b138a06341bbba7bcdcac74de21122eabc37029 Mon Sep 17 00:00:00 2001 From: SagarGaba1 <47770755+SagarGaba1@users.noreply.github.com> Date: Tue, 16 Jul 2019 11:55:56 +0530 Subject: [PATCH] Added nodejs version 8 --- lambda/custom/template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lambda/custom/template.yaml b/lambda/custom/template.yaml index bccc735..8d47d20 100644 --- a/lambda/custom/template.yaml +++ b/lambda/custom/template.yaml @@ -22,7 +22,7 @@ Resources: Type: 'AWS::Serverless::Function' Properties: Handler: index.handler - Runtime: nodejs6.10 + Runtime: nodejs8.10 CodeUri: . Description: 'A Lambda function that responds to Alexa requests and integrates with Salesforce. Created from https://github.com/alexa/alexa-for-business/tree/master/salesforce/skill-sample-nodejs-salesforce.' Environment: