Home

Awesome

:no_entry: DEPRECATED :no_entry:

This repository is no longer being maintained. Further developments to this repository can be made by forking the project.

Serverless Select Plugin

No Maintenance Intended serverless npm version npm downloads license

Select which functions are to be deployed based on region and stage.

Note: Requires Serverless v1.12.x or higher.

Setup

Install via npm in the root of your Serverless service:

npm install serverless-plugin-select --save-dev
plugins:
  - serverless-plugin-select
  - ...

Function

functions:
  hello:
    regions:
      - eu-west-1
      - ...
functions:
  hello:
    stages:
      - dev
      - ...

Contribute

Help us making this plugin better and future proof.

License

This software is released under the MIT license. See the license file for more details.