serverless-plugin-stage-reserved-concurrency
v0.5.0
Published
This plugin allows you to configure different reserved concurrency values for your Lambda functions depending on the deployment environment
Downloads
931
Maintainers
Readme
Serverless Plugin stage-based Reserved Concurrency
This is a Serverless plugin that allows you to remove the reserved concurrency settings from your Lambda functions in a specific stage.
Installation
npm install serverless-plugin-stage-reserved-concurrency --save-devUsage
Add the following to your serverless.yml file:
plugins:
- serverless-plugin-stage-reserved-concurrencyBy default, the plugin will remove the reserved concurrency settings from your Lambda functions in the dev and development stages.
