You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need a project that helps with the migration of DynamoDB tables. In the DynamoDB Documentation we have a guide on how to do it, but up to date there is no a project/tool that assist with this task, leaving users designing the solution on their own.
The concept is very simple, migrate a DynamoDB table with near zero downtime.
The project/solution/tool will:
Use CDK as it is easy to convert into a L3 construct that can be imported and re-used.
Prefer serverless components.
Not interfere with the source DynamoDB table performance.
Only migrate the DynamoDB table data, and it will continue to replicate changes (Change Data Capture) to the destination.
Will have different stages of support for different request rates (throughput).
Not loose CRUD operations, it is mandatory that 100% of the updates are processed.
Process the Updates in the same order as in the source table.
Be eventual consistent (near-real time).
Dear community feel free to add more requirements, or comments as you see fit.
Thanks!
The content you are editing has changed. Please copy your edits and refresh the page.
DynamoDB Migration playbook, you can now migrate with near zero downtime impact one DDB table to another.
* feat: updated on-demand vs provisioned script section
* feat: DynamoDB migration project #45, initial version, contributions from @tebanieo, @switch180 and @terhunej
* doc: Updating to GitHub profiles names in Acknowledgements section
DynamoDB Migration project
We need a project that helps with the migration of DynamoDB tables. In the DynamoDB Documentation we have a guide on how to do it, but up to date there is no a project/tool that assist with this task, leaving users designing the solution on their own.
The concept is very simple, migrate a DynamoDB table with near zero downtime.
The project/solution/tool will:
Dear community feel free to add more requirements, or comments as you see fit.
Thanks!
Tasks
The text was updated successfully, but these errors were encountered: