provider:
  name: faas
  gateway: http://192.168.178.150:8080

functions:
  hello:
    lang: python-armhf
    handler: ./hello
    image: hello
