Skip to content

A Serverless Framework Plugin to notify developers when serverless lifecycle events are triggered

Notifications You must be signed in to change notification settings

dlcaio/serverless-cli-notifier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Serverless Framework Plugin to notify developers when serverless lifecycle events are triggered

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published