dynamodb-to-mysql

JSON →
library 1.0.6 ·javascript
verified Jun 5, 2026

Seamlessly transfer DynamoDB tables to MySQL server with automatic table structure updates via ALTER TABLE. Version 1.0.6 is the latest stable release, with infrequent updates. Supports parallel scanning via @shelf/dynamodb-parallel-scan and adjustable concurrency. Suitable for production environments to run complex queries on MySQL 8 without PartiQL. Differentiators: automatic schema evolution on repeated runs, configurable MySQL engine/charset, and verbose mode. Uses promise-mysql for async MySQL operations.