Open
Description
This is not a bug report.
I understand that this library implements only the relevant, the most used operations of the AWS SDK, which is a great idea. But most of the times I feel the need of having a Marshaler to convert an array or a JSON document into the format required by DynamoDB and vice versa. Should this be part of this library? or do you think that should be handled by another library?
How do you serialize and unserialize data without this helper?
Example: https://aws.amazon.com/pt/blogs/developer/dynamodb-json-and-array-marshaling-for-php/