@smallwins/lambda
Advanced tools
Comparing version 4.0.0 to 4.1.0
@@ -53,3 +53,3 @@ var async = require('async') | ||
// there is no (good) use case for the (current) context.fail behavior (but happy to discuss in an issue)! | ||
context.succeed(errors) | ||
context.succeed({ok:false, errors:errors}) | ||
} | ||
@@ -56,0 +56,0 @@ else { |
{ | ||
"name": "@smallwins/lambda", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"description": "Author your AWS Lambda functions as node style errbacks.", | ||
@@ -5,0 +5,0 @@ "main": "index", |
21564