mockersf / serde_dynamodb

Talk with dynamodb using your existing structs thanks to serde

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Handling serde for DynamoDB from AWS SDK for Rust

barbu110 opened this issue · comments

Given AWS is working on an SDK implementation for Rust, I was wondering whether the ser/de for the new types should be handled by this crate as well via a feature.

From what I can tell, the only differences in dynamodb (haven't looked at streams yet) would be the AttributeValue type. In Rusoto, this was a struct, but the AWS official SDK exposes it as an enum.

What do you think should be the path forward?