Socket
Socket
Sign inDemoInstall

serverless-changemonitor-plugin

Package Overview
Dependencies
22
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    serverless-changemonitor-plugin

Adds functionality to Serverless to monitor files for changes, and deploy automatically.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
2.21 MB
Created
Weekly downloads
 

Changelog

Source

[1.0.1] - 2016-03-20

###Fixed

  • Fix crash on normal function deploy.

Readme

Source

Serverless ChangeMonitor Plugin

Monitors your project's files and automatically deploys the function when a change is detected.

Note: Requires Serverless v0.5.0 or higher.

Setup

  • Install via npm in the root of your Serverless Project:
npm install serverless-changemonitor-plugin --save
  • Add the plugin to the plugins array in your Serverless Project's s-project.json, like this:
plugins: [
    "serverless-changemonitor-plugin"
]
  • Enter the folder you're working on, and start the change monitor from the command line:
cd project/folder/where/you/are/working
sls changemonitor deploy -b
  • All done!

Keywords

FAQs

Last updated on 21 Mar 2016

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc