-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Support for DAX #4
Comments
@jsunico Hey! From the docs, it seems that you need to pass a custom property to the decorator. It should work. Did you try anything that didn't work? Or are you expecting a new feature? |
Hi @Melchyore! Thanks for the response. I'm considering configuring DAX globally in the new adonisjs app that we're starting. However, while reading the code, I believe the default would be the Dynamodb connection. Would there be an option to configure DAX globally? Line 19 in 3de0f8a
|
@jsunico Hey! Is it urgent? |
It's not urgent for me @Melchyore. I'm still at the POC stage for our new project. Thank you so much! |
Description
Thanks for your work, @Melchyore! Is there a plan to support DAX connections soon? From the documentation, it seems that DAX is set up differently.
I will try to contribute as well if there are no plans yet. Thank you!
Relevant Information
Dyngoose connection for DAX - https://github.com/benhutchins/dyngoose/blob/master/docs/Connections.md#dynamodb-accelerator-dax
The text was updated successfully, but these errors were encountered: