package
1.0.0
Repository: https://github.com/apex/go-apex.git
Documentation: pkg.go.dev

# 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.