Documentation
¶
Overview ¶
Package dynamodb implements the DynamoDB JSON-RPC protocol as a server.Handler. Point the real aws-sdk-go-v2 DynamoDB client at a Server registered with this handler and operations work against an in-memory database driver.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler serves DynamoDB JSON-RPC requests against a database.Database driver.
Click to show internal directories.
Click to hide internal directories.