Hi.
Thank you really usefull dynamodb project.
I have this plugin help me with my work.
So I have one question, is it possible to have the following behavior?
ex)
key rank
user001 1
user002 3
user003 2
↓ sort by rank
key rank
user001 1
user003 2
user002 3
Is it possible to do something like the above? Or do you have plans to implement it?