# Functions
NewItemIdentifier returns a new ItemIdentifier with passed id and object type.
NewRepository creates a new DynamoDb repository by passed coinfig.
# Constants
DEFAULT_AWS_REGION defines the fallback AWS region if nothing has been specified by config.
DEFAULT_TABLENAME defines the default DynamoDb table name.
# Structs
DynamoDbRepository is a wrapper to AWS DynamoDb SDK.
ItemIdentifier can be used in objects which should be persisted in DynamoDb.
ItemLock is a lock for an item in DynamoDb.
QueryRequest is used to query items for a partition key.
# Interfaces
ItemKey is an interface each object have to fulfill to be persisted in DynamoDb.
Repository provides CRUD access for DynamoDb items.