Module dynamo_db

Source
Expand description

Implements crate::store::KeyValueStore for the DynamoDB database.

Structs§

DynamoDbKeyValues
A set of (key, value) returned by a search query on DynamoDB.
DynamoDbKeys
A set of keys returned by a search query on DynamoDB.
DynamoDbStoreInternal
A DynamoDB client.
DynamoDbStoreInternalConfig
The initial configuration of the system.

Enums§

DynamoDbStoreInternalError
Errors that occur when using DynamoDbStoreInternal.
InvalidNamespace
Error when validating a namespace

Type Aliases§

DynamoDbStore
A shared DB client for DynamoDB implementing LRU caching and metrics
DynamoDbStoreConfig
The config type for DynamoDbStore`
DynamoDbStoreError
The combined error type for DynamoDbStore.