-
Notifications
You must be signed in to change notification settings - Fork 28
DAX support #305
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
Comments
Ideal However it shouldn't be a global setting only as most likely applications will consist of both tables that directly use Dynamodb client and tables assiciated with a dax cluster. @joeyhotz in the meantime, if you don't have specific need for using the Transactions API then you can use https://github.com/awslabs/dynamodb-data-mapper-js which does support decorators like this but is also flexible in terms of taking client as an argument. |
hi @joeyhotz @ali-habibzadeh I'd be nice if you could evaluate this :) |
Hey @joeyhotz, Any luck running DAX? I am considering using DAX on a project that I am working on right now. |
Hey all, sorry I've moved on to use postgres because dynamo didn't really
suit my use case and hence didn't get a chance to test out dynamo-easy with
a DAX client.
…On Tue, 14 Jul 2020 at 19:26, Darryl Norris ***@***.***> wrote:
Hey @joeyhotz <https://github.com/joeyhotz>,
Any luck running DAX? I am considering using DAX on a project that I am
working on right now.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#305 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AE7CHXLNIINRELBFA2W35G3R3QQFHANCNFSM4NNEV4XQ>
.
|
closing this in favour of #374 holding relevant topics to be updated in the docs, serving as a knowledge base for now and also describing the strategy of the technical solution of the documentation part, envision it to be closer to the source code of the project |
Do you allow users to modify the dynamodb client used by dynamo easy? I want to be open to using DAX in the future and I'm not sure if this is supported from looking at the docs.
The text was updated successfully, but these errors were encountered: