Module ddb

Module ddb 

Source
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§

DynamoDBClient
Dynamodb client for host interfaces.
Item
dynamodb-formatted json looks something like this:

Enums§

AttributeValue
A value within the item object
BinaryConversionError
An error occurred while converting from an AttributeValue to Bytes.
ConversionError
An error occurred while converting from an AttributeValue.
DynamoDBError
An error returned from a Dynamo call.
GetItemError
An error occurred while using the extracting get_item wrapper.
Key
DynamoDB key type
KeyValue
DynamoDB value type for keys
NumericConversionError
An error occurred while converting from an AttributeValue to a numeric type.