From affb609df39ac6ef33a6fcd237238e646f701dca Mon Sep 17 00:00:00 2001 From: Jason Klein Date: Thu, 24 Oct 2019 15:41:22 -0500 Subject: [PATCH] Upgrade AWS SAM deploy from Node.js v8.10 to v10.x --- aws/sam-template.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aws/sam-template.json b/aws/sam-template.json index 41650c59..8f49ec12 100644 --- a/aws/sam-template.json +++ b/aws/sam-template.json @@ -52,7 +52,7 @@ "Description": "Express API handler", "CodeUri": "build/", "Handler": "lambda.handler", - "Runtime": "nodejs8.10", + "Runtime": "nodejs10.x", "MemorySize": 1024, "Timeout": 10, "Tracing": "Active",