DynamoDB / ApiGateWay UpdateItem method returning serializedException – Amazon Web Sevices
Quite new to AWS / DynamoDB. I'm trying to make a UpdateItem method work on my API. I have a Resource with the path x/users/update/{wallet} with wallet being the key. In here I set a UpdateItem method just like I…