1.0.8 • Published 4 years ago

serverless-slack-alert v1.0.8

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

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

0.0.1

4 years ago

1.0.0

4 years ago