pub fn from_item<'a, T>(item: HashMap<String, AttributeValue>) -> Result<T>
where T: Deserialize<'a>,
Available on crate feature aws_lambda_events+0_6 only.
Expand description

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