This commit is contained in:
Waylon Walker 2025-11-22 22:10:09 -06:00
parent bae554d2d5
commit 4f2d1c322e
11 changed files with 136 additions and 2 deletions

9
python-function.yml Normal file
View file

@ -0,0 +1,9 @@
version: 1.0
provider:
name: openfaas
gateway: http://127.0.0.1:8080
functions:
python-function:
lang: python
handler: ./python-function
image: waylonwalker/python-function:latest