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
4 years ago
0.3.13
5 years ago
0.3.12
5 years ago
0.3.11
5 years ago
0.3.10
5 years ago
0.3.9
5 years ago
0.3.8
5 years ago
0.3.7
5 years ago
0.3.6
5 years ago
0.3.5
5 years ago
0.3.4
5 years ago
0.3.3
5 years ago
0.3.2
5 years ago
0.3.1
5 years ago
0.3.0
5 years ago
0.2.1
5 years ago
0.2.0
5 years ago
0.1.0
5 years ago