Serde based serialization support and misc utilities for working with Dynamodb via the rusoto_dynamodb
crate.
Features:
- Automatically convert your types to/from
rusoto_dynamodb
data types VIAserde_json
. This is an alternative toserde_dynamodb
(which is mostly unimplemented). - Query/Conversion Macros
API Example:
use *;
use HashMap;
let payload: = fields!;
let get_item_query = GetItemInput ;
NOTE
The fields macro syntax has changed from fields!{a: b}
to fields!{a => b}
.
Since It looks better for common cases like:
fields!