• Pricing
© 2025 Serverless, Inc. All rights reserved.
Terms of ServicePrivacy Policy
captainsidd

Serverless Ding

by

Serverless plugin to audibly alert user after deployment

0
1
  1. Serverless Ding

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:

  • nodejs
  • npm
  • serverless

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

Contents

  • serverless-ding
  • Why
  • Getting Started
  • Prerequisites
  • Installing
  • From npm (recommended)

Related

GuidesPluginsExamplesSlack CommunitySupport