claudia-api-builder
Advanced tools
Comparing version 2.4.0 to 2.4.1
{ | ||
"name": "claudia-api-builder", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "Simplify AWS ApiGateway handling", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
# Release history | ||
## 2.4.0, 17 January 2016 | ||
- support for API Gateway Binary content handling | ||
## 2.3.0, 3 December 2016 | ||
@@ -4,0 +8,0 @@ |
@@ -36,3 +36,4 @@ /*global module, require */ | ||
cognitoIdentityId: identity.cognitoIdentityId, | ||
cognitoIdentityPoolId: identity.cognitoIdentityPoolId | ||
cognitoIdentityPoolId: identity.cognitoIdentityPoolId, | ||
authorizer: requestContext.authorizer | ||
}; | ||
@@ -39,0 +40,0 @@ |
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
25734
557