I am using amazon dynamodb boto request interface for python. I have the following questions.
- How can I get all the primary keys in the database?
- How can I get, say 1000 primary keys. Then stop and then get the next 1000 primary keys. I do not know the primary keys in advance. This is like fetching without replacing primary keys.
It seems to me that the request uses the assumption that the user knows the primary keys in advance.
Thanks!
amazon-dynamodb primary-key boto
mathopt
source share