- Deploy your dependencies to AWS API Gateway to have a RESTful API to your favorite packages.
- Store intermediate results to Dynamodb
At a minimum you will need a Zappa file.
You can also include the following files in the root of your repo.
- requirements.txt
- aptfile
For these examples, you can use a REST client like postman but I will be using httpie
To install:
pip install ryp
run ryp clone on your repo to get started
ryp clone https://github.com/richiverse/ryp
https://<api-gateway-id>.execute-api.<region>.amazonaws.com/<stage>