Bruno Trindade
Bruno Trindade
> I would say there is only one valid case when this situation can happen. Query result is paginated with 1 MB size limit ([documentation](https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Query.Pagination.html)). `#where` method loads lazily by...
I'm not seeing any log output even after adding that configuration. But maybe it's helpful to note that I have a range key as well as a hash key, and...
Confirming that removing that unneeded `field` declaration seems to fix the problem, and now it runs blazing fast. This is obviously a bug in my code, but I wonder if...
Actually, without that I'm getting this error: ``` Aws::DynamoDB::Errors::ValidationException: One or more parameter values were invalid: Condition parameter type does not match schema type ``` **Edit** I think here's a...
Yeah so removing the field just means that Dynamoid now just assumes the key is of the "string" type, which causes the mismatch with DynamoDB. My initial tests were flawed,...
@jnbt @christophweegen Any chance of this being merged?
This was fixed by adding the correct access key in `~/.aws/credentials`.