-
Notifications
You must be signed in to change notification settings - Fork 97
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
Compatible with DAX? #28
Comments
@rh389 I managed to make the query to be compatible with DocumentClient(). You can see the change here: Not sure if it helps at all but I think it can be useful if someone ever needs to make it work with DocumentClient (required by DynamoDB DAX). |
Hi @igorescobar. Thanks for this - looks like a good start and should be backwards compatible. Do you want to make a PR out of it? |
One thing to watch out for - casting to |
Hi,
Is this library somehow compatible with DAX? I think that reason that it doesn't work for us is because of #14 .
Does anyone managed to make it work with: https://www.npmjs.com/package/amazon-dax-client or Any DAX client?
The text was updated successfully, but these errors were encountered: