1.0.8 • Published 6 years ago

serverless-slack-alert v1.0.8

Weekly downloads
101
License
ISC
Repository
-
Last release
6 years ago

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
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

0.0.1

6 years ago

1.0.0

6 years ago