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

10
people.yml Normal file
View file

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