aws / aws-sdk-php-laravel

A Laravel 5+ (and 4) service provider for the AWS SDK for PHP
http://aws.amazon.com/sdkforphp/
Apache License 2.0
1.65k stars 245 forks source link

DynamoDB omit data type from scan #195

Open borismora opened 3 years ago

borismora commented 3 years ago

Can data types be removed when scanning using Marshaler or some other tool?

versions:

aws-sdk-php-laravel 3.6 laravel 8

yenfryherrerafeliz commented 1 year ago

Hi @borismora, right now the data type needs to be provided when providing values to DynamoDB operations, since there is not any marshalling implementation, however, I am going to consider this as a feature request.

Thanks!