Skip to content
This repository has been archived by the owner on Oct 19, 2019. It is now read-only.

Commit

Permalink
Update lambda node version.
Browse files Browse the repository at this point in the history
  • Loading branch information
williamparry committed Apr 27, 2019
1 parent 3a72bc0 commit c03d1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1770,7 +1770,7 @@ function createSaveLambdaFunction(cb) {
MemorySize: 128,
Publish: true,
Role: settings.cloudRIGRole,
Runtime: "nodejs6.10",
Runtime: "nodejs8.10",
Timeout: 15,
VpcConfig: {}
},
Expand Down

0 comments on commit c03d1e3

Please sign in to comment.