You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since there's no reasonable way to automatically test this (we'd have to connect our CI to a real AWS account) and since I cannot find any description of the DAX protocol (other than the source code of the official clients), I'm not inclined to implement this and without a robust testing strategy, I would probably also not accept a PR for this either.
Amazon DynamoDB Accelerator (DAX) is in-memory cache managed by Amazon that greatly improves performance (https://aws.amazon.com/dynamodb/dax/).
Amazon has dax-client for python (https://pypi.org/project/amazon-dax-client/) but it is synchronous.
Please, add ability to use DAX endpoints from the library
The text was updated successfully, but these errors were encountered: