Versions in this module Expand all Collapse all v0 v0.0.2 Dec 20, 2015 v0.0.1 Dec 19, 2015 Changes in this version + func Handle(h Handler) + func HandleFunc(h HandlerFunc) + type Context struct + ClientContext json.RawMessage + FunctionName string + FunctionVersion string + InvokeID string + IsDefaultFunctionVersion bool + LogGroupName string + LogStreamName string + MemoryLimitInMB string + RequestID string + type Handler interface + Handle func(json.RawMessage, *Context) (interface{}, error) + type HandlerFunc func(json.RawMessage, *Context) (interface{}, error) + func (h HandlerFunc) Handle(event json.RawMessage, ctx *Context) (interface{}, error)