https://github.com/luispagarcia/sls-image-rek-bot
Serverless Image recognition Bot 🤖
https://github.com/luispagarcia/sls-image-rek-bot
aws mongodb nodejs noservernovember rekognition serverless serverless-framework yarn
Last synced: 3 months ago
JSON representation
Serverless Image recognition Bot 🤖
- Host: GitHub
- URL: https://github.com/luispagarcia/sls-image-rek-bot
- Owner: LuisPaGarcia
- Created: 2018-11-17T16:12:38.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-17T19:33:15.000Z (over 7 years ago)
- Last Synced: 2025-07-25T01:07:36.202Z (12 months ago)
- Topics: aws, mongodb, nodejs, noservernovember, rekognition, serverless, serverless-framework, yarn
- Language: JavaScript
- Size: 4.88 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Serverless Image recognition Bot 🤖
## Using mongodb provided by MLab, AWS Rekognition and Serverless framework with Node.js
1. Create an instance of mongodb. (MLab gives you a free instance here: https://mlab.com)
2. Get your twitter credentials. (Here: https://developer.twitter.com/)
3. You need an IAM user with permision to allow to make actions.
```YAML
#...
iamRoleStatements:
- Effect: Allow
Action:
- rekognition:DetectLabels
Resource: "*"
#...
```
2. Deploy.
```shell
$ sls deploy
```