Use AWS Lambda to invoke the Twilio API.
- Copy
.env.SAMPLE
to.env
and fill in required values. - Copy
deploy.env.SAMPLE
todeploy.env
and fill in required values. - Install local dependencies:
$ npm install
- To run locally:
$ npm run run
- To deploy to AWS Lambda:
$ npm run deploy