https://github.com/ranman/aws-lambda-twilio-signal
OpenCV and Twilio AWS Lambda Example
https://github.com/ranman/aws-lambda-twilio-signal
Last synced: about 1 year ago
JSON representation
OpenCV and Twilio AWS Lambda Example
- Host: GitHub
- URL: https://github.com/ranman/aws-lambda-twilio-signal
- Owner: ranman
- Created: 2015-03-06T18:37:11.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-03-06T18:46:11.000Z (over 11 years ago)
- Last Synced: 2025-03-29T09:05:08.659Z (about 1 year ago)
- Language: JavaScript
- Homepage: http://signal.twilio.com/
- Size: 102 KB
- Stars: 12
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AWS Lambda Twilio Signal Talk
This short demo shows how you can use the power of AWS Lambda to perform complex tasks based on events. Imagine you have a motion activated camera that uploads a picture to an S3 bucket. Rather than having queues, stateful servers, and other maintenance prone activities just imagine having a function. A function that runs in the cloud whenever you upload a new picture. It checks to see if that picture contains a face and will shoot you an MMS if it does.
## Setup
There are a few simple steps to get setup.
### S3 Buckets
### AWS Lambda Function
#### OpenCV Library Compilation
You can compile the library on any AWS Amazon Linux instance by following the instructions below or you can download the statically compiled library here:
### Twilio Credentials