serverless-api-gateway-throttling
Advanced tools
Comparing version 1.2.0-rc5 to 1.2.0
{ | ||
"name": "serverless-api-gateway-throttling", | ||
"version": "1.2.0-rc5", | ||
"version": "1.2.0", | ||
"description": "A plugin for the Serverless framework which configures throttling for API Gateway endpoints.", | ||
@@ -5,0 +5,0 @@ "main": "src/apiGatewayThrottlingPlugin.js", |
@@ -0,0 +0,0 @@ # serverless-api-gateway-throttling |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -0,0 +0,0 @@ String.prototype.replaceAll = function (search, replacement) { |
@@ -0,0 +0,0 @@ 'use strict'; |
@@ -27,8 +27,5 @@ 'use strict'; | ||
if (settings) { | ||
const stack = await getAlreadyDeployedStack(serverless, settings); | ||
if (stack) { | ||
const restApiIdFromAlreadyDeployedStack = await retrieveRestApiId(serverless, settings); | ||
if (restApiIdFromAlreadyDeployedStack) { | ||
return true; | ||
} | ||
const restApiIdFromAlreadyDeployedStack = await retrieveRestApiId(serverless, settings); | ||
if (restApiIdFromAlreadyDeployedStack) { | ||
return true; | ||
} | ||
@@ -35,0 +32,0 @@ } |
@@ -0,0 +0,0 @@ 'use strict'; |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
20200
440