Skip to content

Serverless plugin to alert you when deployment finishes

License

Notifications You must be signed in to change notification settings

captainsidd/serverless-ding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

serverless-ding

A serverless plugin that outputs a bell character to Terminal after sls deploy. Will only work if the audible bell in Terminal is turned on.

Why

Because running sls deploy takes just long enough to go do something else and forget that you ran sls deploy. Figured a notification would be nice.

Getting Started

Prerequisites

Make sure you have the following installed before starting:

Installing

From npm (recommended)

npm install serverless-ding --save-dev

Then make the following edits to your serverless.yaml file:

Add the plugin.

plugins:
  - serverless-ding

About

Serverless plugin to alert you when deployment finishes

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published