-
Notifications
You must be signed in to change notification settings - Fork 581
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
How do you use DAX with the DynamoDB v3 client? #3687
Comments
Hi @dzou thanks for opening this issue, you can use @aws-sdk/client-dax. https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/clients/client-dax/globals.html Is that what you were looking for? |
@ajredniwja -- No, See this example in the AWS documentation: https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.client.run-application-nodejs.03-getitem-test.html
The |
@dzou my bad, unfortunately it is not supported currently. There is an internal feature request for the DAX team. I'll close this issue in favor of the existing issue and try to get an update on it. |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread. |
Describe the issue
Are there any instructions how to use DAX with the aws-sdk v3 Dynamo client? I could only find examples of how to do it with the v2 client, but I want to use the v3 client.
For context, we already are using v3 in many places; would be disappointing to have to migrate to v2 to use DAX.
Links
https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/DAX.client.run-application-nodejs.03-getitem-test.html
The text was updated successfully, but these errors were encountered: