Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DynamoDB omit data type from scan #195

Open
borismora opened this issue Oct 21, 2020 · 1 comment
Open

DynamoDB omit data type from scan #195

borismora opened this issue Oct 21, 2020 · 1 comment
Assignees
Labels
feature-request A feature should be added or improved. p2 This is a standard priority issue

Comments

@borismora
Copy link

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

  • with data types: {"id": {"S":"mascotas"} }
  • no data types: {"id": "mascotas"}

versions:

aws-sdk-php-laravel 3.6
laravel 8

@borismora borismora added guidance Question that needs advice or information. needs-triage This issue or PR still needs to be triaged. labels Oct 21, 2020
@yenfryherrerafeliz
Copy link
Contributor

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!

@yenfryherrerafeliz yenfryherrerafeliz added feature-request A feature should be added or improved. p2 This is a standard priority issue and removed guidance Question that needs advice or information. needs-triage This issue or PR still needs to be triaged. labels May 10, 2023
@yenfryherrerafeliz yenfryherrerafeliz self-assigned this May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request A feature should be added or improved. p2 This is a standard priority issue
Projects
None yet
Development

No branches or pull requests

2 participants