I need to fetch data from the content data from amplify and update it according to my business logic in my AWS lambda function. My code is in python.
I thought the data was stored in Dynamodb so i wrote a code to fetch the data from the table. However, the data was different.
Your help is much appreciated.