Versions in this module Expand all Collapse all v0 v0.1.0 Jul 30, 2020 Changes in this version + type Context struct + Context context.Context + EventRecord events.DynamoDBEventRecord + func (c *Context) BindKeys(out interface{}) error + func (c *Context) BindNewImage(out interface{}) error + func (c *Context) BindOldImage(out interface{}) error + type HandlerFunc func(c *Context) error + func (hf HandlerFunc) Middleware(middleware ...Middleware) HandlerFunc + func (hf HandlerFunc) Start() + func (hf HandlerFunc) ToLambdaHandler() func(ctx context.Context, event events.DynamoDBEvent) error + type Middleware func(h HandlerFunc) HandlerFunc + func CorrelationIDMiddleware() Middleware + func LoggerMiddleware(w io.Writer, fields map[string]string) Middleware