Expand description
Host interfaces for working with AWS DynamoDB
It is recommended that you write type bindings for the types in your tables. See the examples on Item for how to do this.
Structs§
- DynamoDB
Client - Dynamodb client for host interfaces.
- Item
- dynamodb-formatted json looks something like this:
Enums§
- Attribute
Value - A value within the item object
- Binary
Conversion Error - An error occurred while converting from an AttributeValue to Bytes.
- Conversion
Error - An error occurred while converting from an AttributeValue.
- DynamoDB
Error - An error returned from a Dynamo call.
- GetItem
Error - An error occurred while using the extracting get_item wrapper.
- Key
- DynamoDB key type
- KeyValue
- DynamoDB value type for keys
- Numeric
Conversion Error - An error occurred while converting from an AttributeValue to a numeric type.