serverless-provisioned-concurrency-autoscaling
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -103,2 +103,3 @@ "use strict"; | ||
return (instance.provisionedConcurrency && | ||
instance.provisionedConcurrency > 0 && | ||
instance.concurrencyAutoscaling && | ||
@@ -105,0 +106,0 @@ ((typeof instance.concurrencyAutoscaling === 'boolean' && |
{ | ||
"name": "serverless-provisioned-concurrency-autoscaling", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Serverless Plugin for AWS Lambdas Provisioned Concurrency Auto Scaling configuration.", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
Sorry, the diff of this file is not supported yet
37483
302