This is a Serverless plugin that allows you to remove the reserved concurrency settings from your Lambda functions in a specific stage.
npm install serverless-plugin-stage-reserved-concurrency --save-dev
Add the following to your serverless.yml
file:
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.