Files
faas-cli/sample/hmac.yml

14 lines
217 B
YAML

provider:
name: faas
gateway: http://127.0.0.1:8080
functions:
hmac:
lang: golang
fprocess: handler
handler: ./hmac
image: alexellis2/hmac
environment:
secret_key: "keep-this-secret"