serverless-api-gateway-throttling
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "serverless-api-gateway-throttling", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "A plugin for the Serverless framework which configures throttling for API Gateway endpoints.", | ||
@@ -5,0 +5,0 @@ "main": "src/apiGatewayThrottlingPlugin.js", |
@@ -71,2 +71,5 @@ 'use strict'; | ||
const stack = await getAlreadyDeployedStack(serverless, settings); | ||
if(!stack){ | ||
return; | ||
} | ||
const outputs = stack.Stacks[0].Outputs; | ||
@@ -73,0 +76,0 @@ const restApiKey = outputs.find(({ OutputKey }) => OutputKey === REST_API_ID_KEY) |
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
29983
641