Files
fn-serverless/examples/formats/http/go/func.yaml
Denis Makogon 783490dc79 Addressing certain comments
What's new?
 - better error handling
 - still need to decode JSON from function because we need status code and body
 - prevent request body to be a problem by deferring its close
 - moving examples around: putting http and json samples into one folder
2017-10-07 00:43:07 +03:00

8 lines
114 B
YAML

name: fnproject/hot-http-go
version: 0.0.1
runtime: docker
type: sync
memory: 521
format: http
path: /hot-http-go