Documentation
¶
Index ¶
- Variables
- func CreateTable(definition *dynamodb.CreateTableInput) error
- func DeleteAllItems(tableName, projectExpression string) (*string, error)
- func DeleteTable(tableName string) error
- func WriteBatchItem(tableName string, items []interface{}) error
- func WriteItem(tableName string, item interface{}) error
- type Projector
- type Update
- type UpdateType
Constants ¶
This section is empty.
Variables ¶
View Source
var RETRY_ATTEMPT int64 = 1
Functions ¶
func CreateTable ¶
func CreateTable(definition *dynamodb.CreateTableInput) error
func DeleteAllItems ¶ added in v0.0.97
func DeleteTable ¶
func WriteBatchItem ¶ added in v0.0.92
Types ¶
type Update ¶
type Update struct {
Type UpdateType `json:"type,omitempty"`
Key string `json:"key,omitempty"`
Value string `json:"value,omitempty"`
}
type UpdateType ¶
type UpdateType string
Click to show internal directories.
Click to hide internal directories.