I am wondering if there is any way of converting the aws cli response for a dynamodb get-item request from dynamodb json format to regular json format. I am looking for a good way to version an item that is getting updated in a dynamodb table.
I have tried using some node packages (shelljs & dynamodb-converters)