Documentation ¶ Index ¶ type Backup func NewBackup(dynamoDB *dynamodb.DynamoDB, tableNamePattern string, backupFilePath string) Backup type Restore func NewRestore(dynamoDB *dynamodb.DynamoDB, backupFilePath string) Restore Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Backup ¶ type Backup interface { Backup() } func NewBackup ¶ func NewBackup(dynamoDB *dynamodb.DynamoDB, tableNamePattern string, backupFilePath string) Backup type Restore ¶ type Restore interface { Restore() } func NewRestore ¶ func NewRestore(dynamoDB *dynamodb.DynamoDB, backupFilePath string) Restore Source Files ¶ View all Source files backup.go restore.go Click to show internal directories. Click to hide internal directories.