How do I handle last_evaluated_key in dynomite?

I’d like to fetch entire table data in DynamoDB.
So I want to use last_evaluated_key but dynomite’s scan method seems not return last_evaluated_key.

Is there any way to handle it?

Bummer. Dont think it does this yet. Happy to consider PRs.

Note, there’s an edge branch of Dynomite that will get it up to par with ActiveRecord modeling. Unsure when it will be ready to release, probably a while, since am swamp. But its going to be a lot nicer.

The current released version of dynomite is pretty minimal. The edge version is much improved, but its interface is still in flux.

1 Like