Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LambdaHooks ¶
type LambdaHooks struct {
EventReceived func(context.Context) context.Context
EventSent func(context.Context)
}
LambdaHooks used to instrument lambda event handlers
func NewDefaultServerHooks ¶
func NewDefaultServerHooks() *LambdaHooks
Click to show internal directories.
Click to hide internal directories.