baopham / laravel-dynamodb

Eloquent syntax for DynamoDB
https://packagist.org/packages/baopham/dynamodb
MIT License
484 stars 128 forks source link

Add DAX Client #256

Closed szabogergely07 closed 2 years ago

szabogergely07 commented 2 years ago

Hi! It would be awesome to have the possibility to be able to use the DAXClient instead of the DynamoDBClient. It were only a small change in the config file and in the DynamoDbClientService.php: $client = new DAXClient($config);

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.client.modify-your-app.html

szabogergely07 commented 2 years ago

Sorry, I found out it is not supported by the AWS PHP SDK. There is already a feature request at AWS.