How to fetch and update DynamoDB table items by PartiQL in aws?
I have created a new column to an existing dynamo db table in aws. Now I want a one-time script to populate values to the newly created column for all existing records. I have tried with the cursor as shown…