Skip to content

Commit

Permalink
upgrading to node 4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Parth Shah committed Apr 21, 2016
1 parent 8661e39 commit 8083cf0
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.10.36
4.3
2 changes: 1 addition & 1 deletion lambda-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ module.exports = {
region: 'us-east-1',
handler: 'index.handler',
functionName: 'tc-members-api',
timeout: 5,
timeout: 180,
memorySize: 512
// eventSource: {}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"aws-sdk": "^2.2.41",
"chai": "^3.5.0",
"dynamodb-doc": "^1.0.0",
"es6-promise": "^3.1.2",
"gulp": "^3.9.1",
"mocha": "^2.4.5",
"node-lambda": "^0.8.0",
Expand Down
2 changes: 0 additions & 2 deletions src/index.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ var mockEvent = {
}
}

require('es6-promise').polyfill();

var chai = require("chai");
var expect = require("chai").expect,
lambdaToTest = require('./index.js');
Expand Down

0 comments on commit 8083cf0

Please sign in to comment.