By default the faas-cli will attempt to load stack.yaml from the current directory.Here is an example file using the stack.yml file included in the repository.provider: name: faas gateway: http://127.0.0.1:8080 functions: url-ping: lang: python handler: ./sample/url-ping image: alex...