Documentation ¶
Index ¶
- func Create(cfg aws.Config, tableName string)
- func CreateMovie(cfg aws.Config, tableName string)
- func Delete(cfg aws.Config, tableName string) error
- func Get(cfg aws.Config, input *dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error)
- func List(cfg aws.Config, input *dynamodb.ListTablesInput) (*dynamodb.ListTablesOutput, error)
- func Modify(cfg aws.Config, input *dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error)
- func Put(cfg aws.Config, tableName string, av map[string]types.AttributeValue) (*dynamodb.PutItemOutput, error)
- type D
- type Doc
- type Item
- type PKSK
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateMovie ¶
func Get ¶
func Get(cfg aws.Config, input *dynamodb.GetItemInput) (*dynamodb.GetItemOutput, error)
func List ¶ added in v0.0.3
func List(cfg aws.Config, input *dynamodb.ListTablesInput) (*dynamodb.ListTablesOutput, error)
func Modify ¶
func Modify(cfg aws.Config, input *dynamodb.UpdateTableInput) (*dynamodb.UpdateTableOutput, error)
Types ¶
Click to show internal directories.
Click to hide internal directories.