claudia-api-builder
Advanced tools
Comparing version 1.4.0 to 1.4.1
{ | ||
"name": "claudia-api-builder", | ||
"version": "1.4.0", | ||
"version": "1.4.1", | ||
"description": "Simplify AWS ApiGateway handling", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
# Release history | ||
## 1.4.0, 11 July 2016 | ||
## 1.4.1, 1.4.0, 11 July 2016 | ||
- shortcut for configuring stage variables during deployment | ||
- you can now provide a handler for unsupported event formats, and invoke the same Lambda from a source that's not API Gateway |
@@ -11,3 +11,3 @@ /*global module, require */ | ||
unsupportedEventCallback, | ||
prompter = (components && components.prompter) || require('../ask'), | ||
prompter = (components && components.prompter) || require('./ask'), | ||
isApiResponse = function (obj) { | ||
@@ -14,0 +14,0 @@ return obj && (typeof obj === 'object') && (Object.getPrototypeOf(obj) === self.ApiResponse.prototype); |
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
10458