From 453447bae519213c8d6ad5c5ab4c5b2c6e3ad4c4 Mon Sep 17 00:00:00 2001 From: Teja Vardhan Reddy Narala Date: Fri, 2 Oct 2020 11:17:33 +0200 Subject: [PATCH] FIX nodejs runtime version for lambda updating node js to latest LTS version, 12.x --- 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..50073ba 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: nodejs12.x 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: