serverless-api-gateway-throttling
Advanced tools
Comparing version 2.0.1-rc2 to 2.0.1-rc3
{ | ||
"name": "serverless-api-gateway-throttling", | ||
"version": "2.0.1-rc2", | ||
"version": "2.0.1-rc3", | ||
"description": "A plugin for the Serverless framework which configures throttling for API Gateway endpoints.", | ||
@@ -5,0 +5,0 @@ "main": "src/apiGatewayThrottlingPlugin.js", |
@@ -43,3 +43,3 @@ 'use strict'; | ||
else { | ||
outputRestApiIdTo(this.serverless); | ||
await outputRestApiIdTo(this.serverless); | ||
} | ||
@@ -52,3 +52,3 @@ | ||
else { | ||
outputHttpApiIdTo(this.serverless); | ||
await outputHttpApiIdTo(this.serverless); | ||
} | ||
@@ -55,0 +55,0 @@ } |
@@ -41,3 +41,3 @@ 'use strict'; | ||
const outputHttpApiIdTo = (serverless) => { | ||
const outputHttpApiIdTo = (serverless, settings) => { | ||
const configuredHttpApiId = getConfiguredHttpApiId(serverless); | ||
@@ -44,0 +44,0 @@ const autoGeneratedHttpApiId = { Ref: 'HttpApi' }; |
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
30805