# Functions
NewDynamoDBMetastore creates a new DynamoDBMetastore with the provided session and options.
WithClient configures the DynamoDBMetastore to use the provided client.
WithDynamoDBRegionSuffix configures the DynamoDBMetastore to use a regional suffix for all writes.
WithTableName configures the DynamoDBMetastore to use the specified table name.
# Structs
DynamoDBEnvelope is used to convert the EncryptedKey to a Base64 encoded string to save in DynamoDB.
DynamoDBMetastore implements the Metastore interface.
# Interfaces
DynamoDBClientAPI is an interface that defines the methods used from the DynamoDB client.
# Type aliases
ConfigProvider is an alias for the AWS SDK ConfigProvider interface.
DynamoDBMetastoreOption is used to configure additional options in a DynamoDBMetastore.