9 lines
198 B
YAML
9 lines
198 B
YAML
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
|