laravel-dynamodb
laravel-dynamodb copied to clipboard
Eloquent syntax for DynamoDB
i've seen this documenation https://github.com/baopham/laravel-dynamodb#pagination but still didnt have solutions. im try to order->limit(4); sometimes thats orders does not output data at all. its still bugs ?
Add 8.0 and 8.1 to the PHP versions to be tested in travis ci. Laravel 9 only supports PHP version 8 or higher, so it is preferable to test for...
$id is not always an array. Currently triggering "argument must be of type array|object" warning when using strings and integers. The validation fixes that issue.
I've been away for quite some time due to not having enough bandwidth. I'm not sure what my bandwidth will be like for the next few months so would love...
Allow KeyConditionExpression when model has composite key and partition key only is passed in where
Resolve #253
**Describe the bug** I have a table with a partition key and a range key. I'm trying to use `where` to filter records by partition key only, but when i...
I'm sorry for my poor English. I want to use Aws AssumeRole with baopham dynamodb. Currently there is no such setting on the config/dynamodb.php. Will I be able to do...
Hey, so I've been writing some feature tests to validate the functionality I've built with the help of this package is working correctly. While doing so, I noticed the tests...
This is a borderline necromantic resurrection of #179, because I need to use these methods :)