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