1 min readJan 24, 2019
Thanks for the response.
That’s interesting and like you said, the approach would heavily simplify storage of data.
I’ve done something similar in the past, storing big JSON payloads into DynamoDB. You’re right though… the pain always comes later on though when you want to start querying and manipulating the data. The complexity is just moved to later in the process.