serverless-slack-alert

1.0.8 • Public • Published

Serverless Slack Alert

Alerts in slack while deploying serverless functions.

Installation

1.Install the serverless-slack-alert plugin

npm i serverless-slack-alert

2.Create a file config.yml in your project folder and add a variable slackHookUrl. This url should be the Web hooks url of your slack app.

slackHookUrl: https://hooks.slack.com/services/XYZ/XYZ/XYZ

3.Add plugin in your serverless.yml file.

plugins:
    - serverless-slack-alert

Package Sidebar

Install

npm i serverless-slack-alert

Weekly Downloads

377

Version

1.0.8

License

ISC

Unpacked Size

2.99 kB

Total Files

3

Last publish

Collaborators

  • smrgrg