# Packages
No description provided by the author
# Functions
NewKeyEngine returns a core.KeyEngine implementation built on top of a Dynamodb table.
# Variables
CreateTable is an alias of CreateTable func defined in testutil package.
# Structs
No description provided by the author
KeyItem defines Dynamodb Key Engine table schema.
No description provided by the author
# Interfaces
ClientAPI presents an interface for a sub-part of the AWS Dynamodb client service: github.com/aws/aws-sdk-go-v2/service/dynamodb.
KeyEngine extends core.KeyEngine to add NamespaceRegistry utilities.
NamespaceRegistry mainly used internally or by a cron to look up for namespaces to clean.
# Type aliases
KeyEngineConfig is an alias to core.KeyEngineConfig type defined in the core package.