mirror of
https://github.com/openfaas/faas.git
synced 2025-06-08 16:26:47 +00:00
10 lines
152 B
YAML
10 lines
152 B
YAML
provider:
|
|
name: faas
|
|
gateway: http://localhost:8080
|
|
|
|
functions:
|
|
apikey-secret:
|
|
lang: go
|
|
handler: ./apikey-secret
|
|
image: apikey-secret
|