richiverse / ryp

RestY Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RYP

RYP logoRestY Python

Features

  • Deploy your dependencies to AWS API Gateway to have a RESTful API to your favorite packages.
  • Store intermediate results to Dynamodb

Requirements

At a minimum you will need a Zappa file.

You can also include the following files in the root of your repo.

Installation

For these examples, you can use a REST client like postman but I will be using httpie

To install:
pip install ryp

Quickstart

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>

About

RestY Python

License:MIT License


Languages

Language:Python 100.0%