pynamodb

pynamodb last_evaluated_key always return null

pynamodb last_evaluated_key always return null Question: I’m using Pynamodb for interacting with dynamodb. However, last_evaluated_key always returns null even if there are multiple items. When I run this query results = RecruiterProfileModel.profile_index.query( hash_key=UserEnum.RECRUITER, scan_index_forward=False, limit=1, ) If I try getting this value results.last_evaluated_key it always returns null. However, if I dump the results object, it …

Total answers: 2