# Functions
Handle Dynamo events with handler.
HandleFunc handles Dynamo events with callback function.
# Structs
Event represents a Dynamo event with one or more records.
Record represents a single Dynamo record.
StreamRecord represents a Dynamo stream records.
# Interfaces
Handler handles Dynamo events.
# Type aliases
HandlerFunc unmarshals Dynamo events before passing control.