pub fn to_item<T>(value: T) -> Result<HashMap<String, AttributeValue>>
where T: Serialize,
Available on crate feature aws_lambda_events+0_6 only.
Expand description

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