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

filter objects before the job is run

Open mcwhittemore opened this issue 7 years ago • 0 comments

Right now we store all objects in a buffer while we wait to run them.

For many migrations, you will want to filter out objects that don't need to be migrated.

We should consider supporting a filter function that takes the object and MUST return true or false.

This filter should run before we add the object to the queue.

mcwhittemore avatar Feb 14 '17 22:02 mcwhittemore