My app conducts a 20-question survey for users and collects their responses in a JSON. I've saved items to DynamoDB from the app before, creating a data model as they describe. Do I have to create a data model to upload the answers from this JSON? It seems like a hassle to create a data model of ~20 fields. Is there an easier way to get this JSON from the user's phone to a DynamoDB table holding all of the users' responses?