package
0.7.1
Repository: https://github.com/godaddy/asherah.git
Documentation: pkg.go.dev

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

# Structs

Metastore implements the Metastore interface.

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