Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsDynamoDBURL ¶
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
Click to show internal directories.
Click to hide internal directories.