importer

package module
v0.0.0-...-3cb7a87 Latest Latest
Warning

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

Go to latest
Published: May 11, 2022 License: MIT Imports: 21 Imported by: 0

README

import-dynamodb

A CLI Tool to Import DynamoDB Manually Backup Data from S3

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

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

func NewApp

func NewApp(aws aws.Config, bucket *string, key *string, table *string) *App

func (App) Run

func (a App) Run(ctx context.Context) error

func (*App) SetConcurrency

func (a *App) SetConcurrency(max *int) *App

func (*App) Validate

func (a *App) Validate() (*App, error)

type DDB

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

type Manifest

type Manifest struct {
	ItemCount     *int    `json:"itemCount"`
	DataFileS3Key *string `json:"dataFileS3Key"`
}

type Summary

type Summary struct {
	ManifestFilesS3Key *string `json:"manifestFilesS3Key"`
	OutputFormat       *string `json:"outputFormat"`
}

Directories

Path Synopsis
cmd

Jump to

Keyboard shortcuts

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