@serverless/aws-api-gateway
Advanced tools
Comparing version 4.0.0 to 4.1.0
{ | ||
"name": "@serverless/aws-api-gateway", | ||
"version": "4.0.0", | ||
"version": "4.1.0", | ||
"main": "./serverless.js", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
@@ -129,2 +129,3 @@ # aws-api-gateway | ||
authorizer: ${auth.arn} | ||
apiKeyRequired: false | ||
``` | ||
@@ -131,0 +132,0 @@ |
@@ -224,3 +224,3 @@ const pRetry = require('p-retry') | ||
restApiId: apiId, | ||
apiKeyRequired: false | ||
apiKeyRequired: (typeof endpoint.apiKeyRequired !== "undefined") && endpoint.apiKeyRequired | ||
} | ||
@@ -227,0 +227,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
41339
173