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.
-
initialize: Runs after all
serverless
commands -
after:deploy:deploy: Runs after a successful
serverless deploy
execution
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