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

A version of crate::from_item where the AV generic is tied to aws-sdk-dynamodb::model::AttributeValue.

Useful in very generic code where the type checker can’t determine the type of AV.