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
- Host: GitHub
- URL: https://github.com/oxdc/tiny_faas.py
- Owner: oxdc
- License: mit
- Created: 2019-04-30T01:43:02.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T02:09:18.000Z (about 6 years ago)
- Last Synced: 2025-01-27T23:18:53.154Z (4 months ago)
- Language: Python
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```