momento-ddb-interceptor

Crates.iomomento-ddb-interceptor
lib.rsmomento-ddb-interceptor
version0.1.1
created_at2025-11-13 01:46:10.345966+00
updated_at2025-11-13 01:46:10.345966+00
descriptionMomento extension for DynamoDB client
homepagehttps://gomomento.com/
repositoryhttps://github.com/momentohq/momento-ddb-interceptor
max_upload_size
id1930275
size55,970
(danielamiao)

documentation

README

Momento DynamoDB Interceptor

This crate offers an extension for the AWS SDK for DynamoDB that proxies requests through Momento.

You create a cache, then configure this interceptor, and your existing code that talks to DynamoDB through the AWS SDK continues to work as before. It's just hopefully a little quicker, cheaper, and without hot key troubles.

All reads serviced from this interceptor are potentially as stale as the TTL you configure. So if you set a ttl of 60 seconds, you might get 60 second stale responses from DynamoDB for a GetItem.

Commit count: 0

cargo fmt