dynamodb

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 23, 2026 License: MIT Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func IsDynamoDBURL

func IsDynamoDBURL(str string) bool

IsDynamoDBURL checks if a string is a DynamoDB URL

func NewDynamoDBHandler

func NewDynamoDBHandler(connInfo ConnectionInfo, bar *progressbar.ProgressBar, storage storage.Storage, limitLines int, collection string) filehandler.FileHandler

NewDynamoDBHandler creates a new DynamoDB file handler

Types

type ConnectionInfo

type ConnectionInfo struct {
	Region    string
	TableName string
	Endpoint  string // Optional: for LocalStack or local DynamoDB
}

ConnectionInfo holds parsed DynamoDB connection information

func ParseDynamoDBURL

func ParseDynamoDBURL(urlStr string) (*ConnectionInfo, error)

ParseDynamoDBURL parses a DynamoDB URL and returns connection info Format: dynamodb://region/table-name

dynamodb://region/table-name?endpoint=http://localhost:8000

Jump to

Keyboard shortcuts

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