Skip to main content

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
6k views

put_item with a map DynamoDB boto3

I have a json like this { "1555430188927137": { "0": { "FORM_R_5": { "status": 0, "rating": null, "feedback": null }, "2ABMEDIUM": { "status": ...
George150's user avatar
9 votes
2 answers
21k views

Using Boto3 in python to acquire results from dynamodb and parse into a usable variable or dictionary

I'm trying to acquire the most recent entry into DynamoDB or to parse out the results I get, so I can skim the most recent item off the top. This is my code from __future__ import print_function # ...
Cfoote7's user avatar
  • 375