DynamoDB Database Backup Tool

RazorSQL provides a DynamoDB Database Backup Tool for backing up DynamoDB data.

The DynamoDB backup tool works by generating SQL insert statements for all rows in the tables that are being backed up. The SQL insert statements are the standard SQL insert statement format, but may not be supported on tools other than RazorSQL since DynamoDB does not support SQL natively. The SQL insert statements are written out to a backup file. They can then be used in conjunction with RazorSQL to populate a DynamoDB table with the same data as the original.

Below are screen shots of the main selection pages for the DynamoDB database backup tool and the DynamoDB table backup tool.

 

DynamoDB Database Backup Tool

DynamoDB Table Backup Tool