Available on crate feature aws_lambda_events+0_6 only.
Expand description

Support for aws_lambda_events version 0.6

Because aws_lambda_events has not yet reached version 1.0, a feature is required to enable support. Add the following to your dependencies.

[dependencies]
aws_lambda_events = "0.6"
serde_dynamo = { version = "3", features = ["aws_lambda_events+0_6"] }

Functions

A version of crate::from_item that accepts an aws_lambda_events-specific HashMap<String, AttributeValue> instead of a serde_dynamo-specific Item.

A version of crate::from_items that accepts an aws_lambda_events-specific Vec<HashMap<String, AttributeValue>> instead of a serde_dynamo-specific Items.

A version of crate::to_item that returns an aws_lambda_events-specific HashMap<String, AttributeValue> instead of a serde_dynamo-specific Item.