Module aws_lambda_events_0_7

Source
Available on crate feature aws_lambda_events+0_7 only.
Expand description

Support for aws_lambda_events version 0.7

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

[dependencies]
aws_lambda_events = "0.7"
serde_dynamo = { version = "4", features = ["aws_lambda_events+0_7"] }

Functionsยง

from_attribute_value
A version of crate::from_attribute_value that accept an aws_lambda_events-specific AttributeValue instead of a serde_dynamo-specific AttributeValue.
from_item
A version of crate::from_item that accepts an aws_lambda_events-specific HashMap<String, AttributeValue> instead of a serde_dynamo-specific Item.
from_items
A version of crate::from_items that accepts an aws_lambda_events-specific Vec<HashMap<String, AttributeValue>> instead of a serde_dynamo-specific Items.
to_attribute_value
A version of crate::to_attribute_value that returns an aws_lambda_events-specific AttributeValue instead of a serde_dynamo-specific AttributeValue.
to_item
A version of crate::to_item that returns an aws_lambda_events-specific HashMap<String, AttributeValue> instead of a serde_dynamo-specific Item.