Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 882 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 882 Bytes

serverless-cli-notifier

This is a Serverless Framework plugin that aims to help developers be more productive by sending desktop notifications when serverless lifecycle events are triggered.

It works by combining Serverless Framework lifecycle events - with the serverless hooks helper - and the node-notifier NPM package.

Currently Supported Lifecycle Events:

  • initialize: Runs after all serverless commands

  • after:deploy:deploy: Runs after a successful serverless deploy execution

Install

Run npm install in your Serverless project.

$ npm install --save-dev serverless-cli-notifier

Add the plugin to your serverless.yml file

plugins:
  - serverless-cli-notifier