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

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

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