Why is LoadAsync returning incorrect data from DynamoDB?
I’m trying to create a Dictionary app API using AWS that can Load a dictionary entry from DynamoDB.
The problem is that when I try to GET a dictionary entry from the DB using LoadAsync, all of the correct data is returned except in one property, which is a list of objects called “definitions.” LoadAsync even returns the correct number of objects in the “definitions” list, but each object is empty.