Connecting to DAX Using Only PHP (Without AWS SDK) #2950
Unanswered
raphaelcangucu
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Hi @raphaelcangucu, thanks for reaching out. I see the value of having DAX support in the PHP SDK, however, the DAX SDKs are handled by a different internal team and therefore at this time I do not have an answer for you regarding if having DAX support on PHP SDK will be possible in the near future. Nonetheless, I have reached out to that internal team and I am waiting for them to answer. Once I get some updates from them I will make to provide those to you here on this discussion. Thanks! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello everyone,
I hope you are all doing well.
I am currently working on a project where we extensively use DynamoDB and are experiencing performance lags. We attempted to leverage DynamoDB Accelerator (DAX) to mitigate this issue but encountered a significant roadblock: the AWS SDK for PHP does not currently support querying a DAX cluster.
We have been unable to find any example of a simple PHP function to query DAX without using the SDK. I wanted to reach out to the community to ask if anyone has managed to connect to a DAX cluster using only PHP, without relying on the AWS SDK.
If you have any examples, scripts, or libraries that you could share, it would be incredibly helpful. For reference, here is the GitHub issue discussing this problem: GitHub Issue #2758.
Thank you in advance for your assistance!
Best regards,
Raphael
Beta Was this translation helpful? Give feedback.
All reactions