Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mraerino/faas-demo-imagebot
https://github.com/mraerino/faas-demo-imagebot
faas imagebot nodejs serverless slack slackbot
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/mraerino/faas-demo-imagebot
- Owner: mraerino
- Created: 2017-02-09T13:27:55.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-02-09T13:53:09.000Z (over 7 years ago)
- Last Synced: 2024-10-05T02:41:02.305Z (about 1 month ago)
- Topics: faas, imagebot, nodejs, serverless, slack, slackbot
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Slack Imagebot (FaaS Demo)
An Imagebot for Slack that returns the first image found for a user's search query.
This was built for the Serverless talk by [@neolegends](https://github.com/neolegends) and [@mraerino](https://github.com/mraerino).
Slides are here: https://docs.google.com/presentation/d/17uoIhA2Qbugeyi3UKmM5qmYQbejCcQyS1-F0nxEGlm0/edit?usp=sharing
## Getting started
### Dependencies
- Node.JS
- Serverless Framework `npm i -g serverless`### AWS & Serverless Framework
Please see the [Serverless Framework manual](https://serverless.com/framework/docs/providers/aws/guide/credentials/) for how to setup the tools to deploy this.
### Deploy
```sh
serverless deploy
```### Slack setup
Please see the [Slack manual](https://api.slack.com/slash-commands#attaching_your_custom_command_to_an_app) on how to setup your Slash command.