Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

serverless-seed

Package Overview
Dependencies
Maintainers
2
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

serverless-seed

A Serverless plugin for optimizing deploys in Seed

  • 0.3.15
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2K
decreased by-44.12%
Maintainers
2
Weekly downloads
 
Created
Source

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.

FAQs

Package last updated on 13 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc