[][src]Crate dynamodb_data

Macros

fields

Converts the given fields to HashMap<String, AttributeValue>, automatically serializing the keys to AttributeValue VIA serde_json.

names

Functions

from_attribute_value

Converts any serializable value from a rusoto_dynamodb::AttributeValue.

from_fields

Must be something that serializes from a JSON Object.

to_attribute_value

Converts any serializable value to a rusoto_dynamodb::AttributeValue.

to_fields

Must be something that serializes to a JSON Object.