Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion temp-lambda-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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