This plugin allows you to configure different reserved concurrency values for your Lambda functions depending on the deployment environment
npm install serverless-plugin-stage-reserved-concurrencyThis is a Serverless plugin that allows you to remove the reserved concurrency settings from your Lambda functions in a specific stage.
``bash`
npm install serverless-plugin-stage-reserved-concurrency --save-dev
Add the following to your serverless.yml file:
`yaml`
plugins:
- serverless-plugin-stage-reserved-concurrency
By default, the plugin will remove the reserved concurrency settings from your Lambda functions in the dev and development` stages.