lambda-wrapper
Advanced tools
Comparing version 0.0.3 to 0.0.4
@@ -24,3 +24,3 @@ // Pseudowrapper for AWS Lambda | ||
} catch (ex) { | ||
callback('Exception:' + ex.toString()); | ||
throw(ex); | ||
} | ||
@@ -27,0 +27,0 @@ }; |
{ | ||
"name": "lambda-wrapper", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Wrapper for running Amazon Lambda modules locally", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4934