serverless-seed

0.3.15 • Public • Published

Serverless Seed Plugin npm Build Status

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-seed

Then add it to your serverless.yml.

plugins:
  - serverless-seed

And enable Incremental Lambda Deploys.

custom:
  seed:
    incremental:
      enabled: true

That'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
        - staging

Community

Follow us on Twitter or sign up for our newsletter.

Dependencies (2)

Dev Dependencies (6)

Package Sidebar

Install

npm i serverless-seed

Weekly Downloads

2,760

Version

0.3.15

License

MIT

Unpacked Size

13.8 kB

Total Files

8

Last publish

Collaborators

  • jayair
  • fanjie