package
1.1.1
Repository: https://github.com/edwardsmatt/dynamocity.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
GSI is a factory function for creating a dynamodb.GlobalSecondaryIndex.
LSI is a factory function for creating a dynamodb.LocalSecondaryIndex.
MakeAttribute is a factory function for creating an AttributeDefinition for the specified attribute type.
No description provided by the author
No description provided by the author
PutItem is a utility function to put an item in the specified table using the provided *dynamodb.Client.
No description provided by the author

# Variables

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

No description provided by the author
No description provided by the author

# Type aliases

AttributeDefinition is a type alias for dynamodb.AttributeDefinition.
Attributes type alias for a slice of dynamodb.AttributeDefinition.
GlobalSecondaryIndexes type alias for a slice of dynamodb.GlobalSecondaryIndex.
Keys type alias for a slice of dynamodb.KeySchemaElement.
LocalSecondaryIndexes type alias for a slice of dynamodb.LocalSecondaryIndex.