https://github.com/chipwolf/serverless-twilio-quickstart
Quick and dirty example of a Serverless deployment utilizing the Twilio API
https://github.com/chipwolf/serverless-twilio-quickstart
serverless serverless-examples serverless-framework serverless-functions twilio twilio-api twilio-sms twilio-sms-api
Last synced: 4 months ago
JSON representation
Quick and dirty example of a Serverless deployment utilizing the Twilio API
- Host: GitHub
- URL: https://github.com/chipwolf/serverless-twilio-quickstart
- Owner: ChipWolf
- Created: 2019-09-02T22:08:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-02T22:14:59.000Z (over 6 years ago)
- Last Synced: 2025-05-18T23:09:30.145Z (9 months ago)
- Topics: serverless, serverless-examples, serverless-framework, serverless-functions, twilio, twilio-api, twilio-sms, twilio-sms-api
- Language: JavaScript
- Homepage:
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# serverless-twilio-quickstart
```
npm i serverless -g
sls deploy
sls invoke -f hello
```