Skip to content

Send serverless deployment notifications to Rollbar.

Notifications You must be signed in to change notification settings

fatzebra/serverless-rollbar-deploys

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 

Repository files navigation

serverless-rollbar-deploys

Send serverless deployment notifications to Rollbar.

Install

npm install --save-dev serverless-rollbar-deploys

Usage

Add the plugin and configure the accessToken and deployUser as demonstrated below.

plugins:
  - serverless-rollbar-deploys

custom:
  rollbar:
    accessToken: STRING_VALUE
    deployUser: ${env:USER}

Notes

  • The environment sent to Rollbar will be the stage option.
  • Remember that the plugins are executed in the order they are listed, so you probably want to list serverless-rollbar-deploys last.

Possible Improvements

  • Notify on other deployment events such as start and fail.
  • Only warn rather than fail if the any of the other variables are missing.

About

Send serverless deployment notifications to Rollbar.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%