Versions in this module Expand all Collapse all v1 v1.0.0 Oct 9, 2017 Changes in this version + func Handle(h Handler) + func HandleFunc(h HandlerFunc) + type Context struct + ClientContext json.RawMessage + FunctionName string + FunctionVersion string + Identity Identity + InvokeID string + InvokedFunctionARN 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) + type Identity struct + CognitoIdentityID string + CognitoIdentityIDPoolID string