Skip to content

Commit 4774fea

Browse files
committed
chore: wip
1 parent d867480 commit 4774fea

35 files changed

+13481
-0
lines changed

src/backup/BackupManager.ts

Lines changed: 649 additions & 0 deletions
Large diffs are not rendered by default.

src/backup/index.ts

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
// ============================================================================
2+
// DynamoDB Backup & Restore
3+
// ============================================================================
4+
5+
export {
6+
BackupManager,
7+
createBackupManager,
8+
type BackupStatus,
9+
type BackupType,
10+
type PITRStatus,
11+
type BackupDetails,
12+
type CreateBackupOptions,
13+
type ListBackupsOptions,
14+
type RestoreOptions,
15+
type PITRDescription,
16+
type ScheduledBackupConfig,
17+
} from './BackupManager'

0 commit comments

Comments
 (0)