I use the dynamo set function to store data in DynamoDB, but sometimes the data is too big. Is there a function that I can use to determine if the data is too big to be saved in DynamoDB? a Node js function? Thanks
This should work even if the data is an object with arrays and other objects.
I tried to npm module object-sizeof, does that work?