1.0.8 • Published 5 years ago

serverless-slack-alert v1.0.8

Weekly downloads
101
License
ISC
Repository
-
Last release
5 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

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago

0.0.1

5 years ago

1.0.0

5 years ago