Documentation ¶
Index ¶
- Variables
- func AddTableItem(av map[string]*dynamodb.AttributeValue, table *string) error
- func InitAmazon()
- func QueryTableItems(keyCond expression.KeyConditionBuilder, proj expression.ProjectionBuilder, ...) (*dynamodb.QueryOutput, error)
- func ScanItem(keyCond *expression.ConditionBuilder, proj expression.ProjectionBuilder, ...) (*dynamodb.ScanOutput, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( SESS *session.Session SVC *dynamodb.DynamoDB )
Functions ¶
func AddTableItem ¶
func AddTableItem(av map[string]*dynamodb.AttributeValue, table *string) error
func InitAmazon ¶
func InitAmazon()
func QueryTableItems ¶
func QueryTableItems(keyCond expression.KeyConditionBuilder, proj expression.ProjectionBuilder, tableName string) (*dynamodb.QueryOutput, error)
func ScanItem ¶
func ScanItem(keyCond *expression.ConditionBuilder, proj expression.ProjectionBuilder, tableName string) (*dynamodb.ScanOutput, error)
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.