serverless-rust-demo
serverless-rust-demo copied to clipboard
feat: serde dynamo
trafficstars
🔥 Don't merge: this is rather experimental and up for discussion! 🔥 Note: So far I didn't deploy the API with theses changes so I am not sure, if it works as expected.
No issue, I wanted to try out serde_dynamo crate with the experimental support for the official aws-sdk.
Description of changes:
- Use
serde_dynamofrom_itemandfrom_itemsand remove handcraftedFromandTryFromimplementations - Use
serde_dynamofrom_attribute_valueand removesrc/store/dynamodb/ext.rs
Hey @hffmnn! Thanks a lot for creating this!
I think given that serde_dynamo is in alpha for support for the AWS SDK, we should probably hold merging this until it's stable, but it's definitively a great idea!