# Functions
NewDynamoDB returns a new DynamoDB-backed Metastore with the provided options.
WithDynamoDBClient sets the DynamoDB client for the Metastore.
WithRegionSuffix configures the Metastore for use with regional suffixes.
WithTableName sets the DynamoDB table name for the Metastore.
# Variables
ItemDecodeError is returned when an item cannot be decoded.
# Interfaces
DynamoDBClient is an interface that defines the set of Amazon DynamoDB client operations required by this package.
# Type aliases
Option is a functional option for configuring the Metastore.