dynamodb

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 25, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AttributeValue

type AttributeValue struct {
	types.AttributeValue
}

type Client

type Client interface {
	Scan(tableName string) ([]map[string]interface{}, error)
	GetItem(tableName string, key map[string]AttributeValue) (map[string]interface{}, error)
	UpdateItem(tableName string, key map[string]AttributeValue, expressionAttributeValues map[string]AttributeValue, updateExpression string) error
}

func NewClient

func NewClient(region string) (Client, error)

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL