10 lines
142 B
YAML
10 lines
142 B
YAML
provider:
|
|
name: faas
|
|
gateway: http://127.0.0.1:8080
|
|
|
|
functions:
|
|
function:
|
|
lang: dockerfile
|
|
handler: function
|
|
image: weather
|