pub fn to_attribute_value<T>(value: T) -> Result<AttributeValue>
where T: Serialize,
Available on crate feature aws-sdk-dynamodb+0_10 only.
Expand description

A version of crate::to_attribute_value 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.