Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 300 Bytes

File metadata and controls

12 lines (9 loc) · 300 Bytes

OpenFaaS Python3 FastAPI Template

Usage

faas-cli template pull https://github.com/JadKHaddad/OpenFaaS-Python3-FastAPI-Template

faas-cli new mypython3fastapifunction --lang python3-fastapi

Notes

Based on python:3.7-slim-buster
Inspired by Python3-Flask-Debian Template