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

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