DynamoDB Backup
Amazon DynamoDB Backup provides fully managed backups for your DynamoDB tables, enabling you to protect your data without impacting the availability or performance of your applications. Backups can be created on-demand or via an automated schedule, ensuring data recovery options are always available. You can find more details in the official DynamoDB Backup documentation.
Supported Methods​
GET
LIST
: List all DynamoDB backupsSEARCH
: Search for a DynamoDB backup by table name
Possible Links​
dynamodb-table
​
The DynamoDB Backup is intrinsically linked to the DynamoDB Table type. Backups are specifically created for tables, enabling redundancy and data recovery in case of data loss or corruption. This connection highlights the dependency of backups being a snapshot of the current state of a table at a specific point in time, thereby ensuring continuity and reliability of data stored within DynamoDB tables.