Skip to content

Commit 710c44c

Browse files
committed
Pin node-lambda package to 0.8.11
In the newer versions of `node-lambda` the `context.suceed` and `context.done` methods have been deprecated, but we use those functions (for now) still. This pins that package to version 0.8.11, which has the functionality we need. Fixes #12 Ref: motdotla/node-lambda#223
1 parent 29299fb commit 710c44c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambda-cloudwatch-slack",
3-
"version": "0.1.0",
3+
"version": "0.1.2",
44
"description": "Better Slack notifications for AWS CloudWatch",
55
"authors": [
66
"Assertible <admin@assertible.com>",
@@ -17,7 +17,7 @@
1717
"url": "^0.11.0"
1818
},
1919
"devDependencies": {
20-
"node-lambda": "^0.8.6"
20+
"node-lambda": "0.8.11"
2121
},
2222
"keywords": [
2323
"aws",

0 commit comments

Comments
 (0)