Documentation ¶
Index ¶
- func DeleteItem(svc *dynamodb.DynamoDB, table, pk, sk string) error
- func GetGsiItems(svc *dynamodb.DynamoDB, table, index, key, value string) ([]map[string]*dynamodb.AttributeValue, error)
- func GetItems(svc *dynamodb.DynamoDB, table, pk, sk string, limit ...int64) ([]map[string]*dynamodb.AttributeValue, error)
- func PutItem(svc *dynamodb.DynamoDB, table string, item map[string]*dynamodb.AttributeValue) error
- func ScanItems(svc *dynamodb.DynamoDB, table string, limit ...int64) ([]map[string]*dynamodb.AttributeValue, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetGsiItems ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.