serverless-rollbar-deploys

0.6.0 • Public • Published

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.

/serverless-rollbar-deploys/

    Package Sidebar

    Install

    npm i serverless-rollbar-deploys

    Weekly Downloads

    6

    Version

    0.6.0

    License

    MIT

    Unpacked Size

    3.62 kB

    Total Files

    3

    Last publish

    Collaborators

    • keithbro