Expand description
Implements crate::store::KeyValueStore
for the DynamoDB database.
Structs§
- Dynamo
DbKey Values - A set of
(key, value)
returned by a search query on DynamoDB. - Dynamo
DbKeys - A set of keys returned by a search query on DynamoDB.
- Dynamo
DbStore Internal - A DynamoDB client.
- Dynamo
DbStore Internal Config - The initial configuration of the system.
Enums§
- Dynamo
DbStore Internal Error - Errors that occur when using
DynamoDbStoreInternal
. - Invalid
Namespace - Error when validating a namespace
Type Aliases§
- Dynamo
DbStore - A shared DB client for DynamoDB implementing LRU caching and metrics
- Dynamo
DbStore Config - The config type for
DynamoDbStore
` - Dynamo
DbStore Error - The combined error type for
DynamoDbStore
.