Files
fn-serverless/examples/formats/http/python/func.yaml
Denis Makogon 357de7085a Updating Python hot HTTP/JSON sample (#379)
* Updating Python hot HTTP sample

 - using latest hotfn 0.0.5 release (made life lot easier)

* Updating to latest 0.0.6 release

 What's new?
 - new request data signature: context, data, loop
 - supports event loop (very useful for request body handeler of coroutine type)

* Updating example with respect to recent fdk-python release

* Addressing review comments
2017-10-18 15:32:57 +03:00

8 lines
127 B
YAML

name: fnproject/hot-http-python
version: 0.0.1
runtime: python3.6.2
type: sync
memory: 521
format: http
path: /hot-http-python