An open API service indexing awesome lists of open source software.

https://github.com/oxdc/tiny_faas.py

a tiny self-hosted function-as-a-service module for python
https://github.com/oxdc/tiny_faas.py

Last synced: 3 months ago
JSON representation

a tiny self-hosted function-as-a-service module for python

Awesome Lists containing this project

README

        

# tiny_faas.py
A tiny self-hosted function-as-a-service module for python 3.6+

Start in production mode:

```
uvicorn main:app --reload
```