Set of AWS Lambda functions to handle Plivo calls.
Run make <function>
, where function
is a name of one of the src/
subdirectories, for eg. forward
.
- Create a directory named as the function under
src/
. - Create a
lambda_function.py
file in the above directory, withlambda_handler
function in it. - Add any dependencies to
src/requirements.txt
The Plivo helper libraries are in lib/plivo-python
via a git submodule.
For deployment, install dependencies and make sure configuration exists for awscli.