This is supported on crate feature rusoto_dynamodbstreams+0_46 only.
Expand description

Support for rusoto_dynamodbstreams version “0.46”

Because rusoto_dynamodbstreams has not yet reached version 1.0, a feature is required to enable support. Add the following to your dependencies.

[dependencies]
rusoto_core = { version = "0.46", default-features = false, features = ["rustls"] }
rusoto_dynamodbstreams = { version = "0.46", default-features = false, features = ["rustls"] }
serde_dynamo = { version = "3", features = ["rusoto_dynamodbstreams+0_46"] }

Functions

A version of crate::from_item where the Tin generic is tied to rusoto_dynamodbstreams::AttributeValue.

A version of crate::from_items where the Tin generic is tied to rusoto_dynamodbstreams::AttributeValue.

A version of crate::to_item where the Tout generic is tied to rusoto_dynamodbstreams::AttributeValue.