0.3.15 • Published 4 years ago
serverless-seed v0.3.15
Serverless Seed Plugin

A Serverless plugin for optimizing deploys in Seed. This plugin allows Seed to enable Incremental Lambda Deploys for your Serverless services.
Getting Started
Install the serverless-seed plugin using:
$ npm install --save-dev serverless-seedThen add it to your serverless.yml.
plugins:
- serverless-seedAnd enable Incremental Lambda Deploys.
custom:
seed:
incremental:
enabled: trueThat's it! Now deploy to Seed and enjoy Incremental Lambda Deploys! You can read more about this in detail over on our docs.
To disable Incremental Lambda Deploys for certain stages.
custom:
seed:
incremental:
enabled: true
disabledFor:
- prod
- stagingCommunity
0.3.15
4 years ago
0.3.14
5 years ago
0.3.13
6 years ago
0.3.12
6 years ago
0.3.11
6 years ago
0.3.10
6 years ago
0.3.9
6 years ago
0.3.8
6 years ago
0.3.7
6 years ago
0.3.6
6 years ago
0.3.5
6 years ago
0.3.4
6 years ago
0.3.3
6 years ago
0.3.2
6 years ago
0.3.1
6 years ago
0.3.0
6 years ago
0.2.1
6 years ago
0.2.0
6 years ago
0.1.0
6 years ago