# Functions
No description provided by the author
No description provided by the author
Convert map to DynamoDb Item data.
Convert string slice to DynamoDb Item data.
Create new definition of table.
Convert multiple definition to single slice.
NewBoolAttribute returns a table AttributeDefinition for boolean.
NewByteAttribute returns a table AttributeDefinition for byte.
Create new AmazonDynamoDB struct.
Create new AmazonDynamoDB struct.
Create new DynamoDB condition for Query operation.
NewCreateTableWithHashKeyN returns create table request data for number hashkey.
NewCreateTableWithHashKeyS returns create table request data for string hashkey.
NewDynamoIndex returns initialized DynamoIndex.
No description provided by the author
No description provided by the author
Create new empty condition for put.
Create new condition for put.
NewGSI returns initilized GlobalSecondaryIndex.
Create new single KeySchema for HashKey.
Create new empty Item.
Create new single KeySchema.
Create new KeySchema slice.
NewLSI returns initilized LocalSecondaryIndex.
NewNumberAttribute returns a table AttributeDefinition for number.
No description provided by the author
Create new QueryCondition struct.
Create new single KeySchema for RangeKey.
NewStringAttribute returns a table AttributeDefinition for string.
No description provided by the author
Convert DynamoDB Item to map data.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
wrapped struct for DynamoDB.
CreateTableInput is wrapper struct for CreateTable operation.
No description provided by the author
DynamoIndex is wrapper struct for Index, used for storing indexes from GetTable's description.
wrapped struct for DynamoDB Item (data of each row in RDB concept).
DynamoTable is a wapper struct for DynamoDB table.
No description provided by the author
wrapped struct for condition on Query operation.
No description provided by the author
TableDescription is wrapper struct fro SDK.TableDescription.
# Interfaces
No description provided by the author