pub type DynamoDbStore = MeteredStore<LruCachingStore<MeteredStore<ValueSplittingStore<MeteredStore<JournalingKeyValueStore<DynamoDbStoreInternal>>>>>>;
Expand description
A shared DB client for DynamoDB implementing LRU caching and metrics
Aliased Typeยง
struct DynamoDbStore { /* private fields */ }