Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/eahefnawy/serverless-slack-webhook

:speech_balloon: Serverless Module that creates a webhook for Slack.
https://github.com/eahefnawy/serverless-slack-webhook

Last synced: 4 months ago
JSON representation

:speech_balloon: Serverless Module that creates a webhook for Slack.

Lists

README

        

# 💳 serverless-slack-webhook

In your Serverless project root directory, run:

```
sls module install https://github.com/eahefnawy/awsm-slack-webhook
```

open `/back/modules/sl-slack-webhook/lib/index.js` and add your callback code. This is the code that will handle the webhook.

when you're done, deploy with:

```
sls function deploy
sls endpoint deploy
```
After deployment, add the webhook url to Slack and test it out!