inputdynamodb

package
v0.0.0-...-3b9cb7e Latest Latest
Warning

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

Go to latest
Published: May 3, 2022 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DecodeItem

func DecodeItem(item map[string]types.AttributeValue) ([]byte, error)

Types

type InputDynamoDbClient

type InputDynamoDbClient struct {
	// contains filtered or unexported fields
}

func (InputDynamoDbClient) Connect

func (client InputDynamoDbClient) Connect(
	ctx context.Context,
	writer gallon.WriteCloser,
) error

type InputDynamoDbClientConfig

type InputDynamoDbClientConfig struct {
	TableName string
	Region    string
	PageLimit *int
	PageSize  *int32
	Decoder   func(item map[string]types.AttributeValue) (gallon.Record, error)
}

Jump to

Keyboard shortcuts

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