From b6f9b3e5801069c3b54ebf25c80e1955e4d394eb Mon Sep 17 00:00:00 2001 From: aferguson Date: Fri, 20 Jan 2017 17:57:34 -0800 Subject: [PATCH] updated runtime in temp-lambda-config.js --- temp-lambda-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/temp-lambda-config.js b/temp-lambda-config.js index a356c9d..3fe92e2 100644 --- a/temp-lambda-config.js +++ b/temp-lambda-config.js @@ -7,7 +7,7 @@ module.exports = { timeout: 10, memorySize: 128, publish: true, // this creates a new version of your Lambda function every time you update it - runtime: 'nodejs', // for node 10, otherwise use 'nodejs4.3' + runtime: 'nodejs4.3', // for nodeJS 4.3 as nodeJS 0.10 is no longer supported by AWS } //see other options here: https://github.com/ThoughtWorksStudios/node-aws-lambda \ No newline at end of file