aws-samples / serverless-rust-demo

Sample serverless application written in Rust
MIT No Attribution
267 stars 21 forks source link

feat: serde dynamo #40

Open hffmnn opened 2 years ago

hffmnn commented 2 years ago

🔥 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:

nmoutschen commented 2 years ago

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!