serverless-plugin-select
serverless-plugin-select copied to clipboard
⛔️ DEPRECATED ⛔️ Select which functions are to be deployed based on region and stage.
Automated Pull Request please reach out to #internal-platform if there is anything wrong this this PR
Hi, can you please support removing the section of the function also from the resources: extensions. Some of the things for the function can be overwritten in the section of...
serverless: 2.41.2 New version of serverless can't read property `stages`, need to provide validation rule into constructor like this  Could you please help to fix this issue in the...
avoid the warning when run sls command.
I'm trying to deploy one particular lambda only to my dev environment. My serverless.yml looks like this: ``` plugins: - serverless-plugin-select ... ``` ``` dev-only: stages: - dev handler: src/dev-only.handler...