wip
This commit is contained in:
parent
bae554d2d5
commit
4f2d1c322e
11 changed files with 136 additions and 2 deletions
9
python-function.yml
Normal file
9
python-function.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue