Amazon web services – Query DynamoDB table API response
I am querying/scanning the DynamoDB table and getting the expected response. The response contains data type as well in dict Key :{'S':'String'} , how can I get a response just in Key : Value format i.e., 'Key:'String' Here is API…