Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateTable ¶
func CreateTable(definition *dynamodb.CreateTableInput) error
func DeleteTable ¶
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
const ( UpdateTypeSet UpdateType = "SET" UpdateTypeRemove UpdateType = "REMOVE" UpdateTypeAdd UpdateType = "ADD" )
Click to show internal directories.
Click to hide internal directories.