Skip to content

mayo/plivo-lambda

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plivo Applications hosted on AWS Lambda

Set of AWS Lambda functions to handle Plivo calls.

Building

Run make <function>, where function is a name of one of the src/ subdirectories, for eg. forward.

Adding new functions

  1. Create a directory named as the function under src/.
  2. Create a lambda_function.py file in the above directory, with lambda_handler function in it.
  3. Add any dependencies to src/requirements.txt

Plivo dependencies

The Plivo helper libraries are in lib/plivo-python via a git submodule.

Deploying

For deployment, install dependencies and make sure configuration exists for awscli.

About

Few Plivo functions for hosting on AWS Lambda

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages