dynamodb-migrator icon indicating copy to clipboard operation
dynamodb-migrator copied to clipboard

support query mode

Open mcwhittemore opened this issue 8 years ago • 0 comments

Right now we support scan and stream. While we have filter functionality to let you transform a stream so the migration will only run on some items in the export, we can only use this where a database export is usable.

To support filtered results where an export is not viable, we should consider supporting the query operation.

This would require the migration file to export a query attribute. I'm torn on if it should be a function that accepts a dyno instance or a JSON object that describes the dynamo query.

mcwhittemore avatar Feb 14 '17 22:02 mcwhittemore