Skip to content

Latest commit

 

History

History
20 lines (17 loc) · 366 Bytes

README.md

File metadata and controls

20 lines (17 loc) · 366 Bytes

lambda-twilio

Use AWS Lambda to invoke the Twilio API.

Setup

  1. Copy .env.SAMPLE to .env and fill in required values.
  2. Copy deploy.env.SAMPLE to deploy.env and fill in required values.
  3. Install local dependencies:
$ npm install
  1. To run locally:
$ npm run run 
  1. To deploy to AWS Lambda:
$ npm run deploy