Amazon DynamoDB Accelerator (DAX)

This page contains resources that will help you use DAX. For more information, see the DAX documentation.

Managing DAX Clusters

Manage DAX clusters with the AWS CLI, version 1.11.110 or higher.

Clients for various programming languages are available in these supported AWS SDKs.

DAX SDK for Java 2.x

Make calls against DAX clusters with the DAX SDK compatible with AWS SDK for Java 2.x. For more details see the launch announcement.

Maven usage

See Maven Central for usage instructions and version numbers.

DAX SDK for Java

Make calls against DAX clusters with the current version of the DAX SDK for Java (view javadocs, download javadocs).

Maven usage

Add the following to your pom.xml file:
<!--Dependency:-->
<dependencies>
    <dependency>
     <groupId>com.amazonaws</groupId>
     <artifactId>amazon-dax-client</artifactId>
     <version>1.0.230341.0</version>
    </dependency>
</dependencies>

All versions

DAX SDK for JavaScript

Make calls against DAX clusters with the current version of the DAX SDK for JavaScript.

npm Installation

npm install amazon-dax-client

All versions

Changelog can be found on npm page

DAX SDK for .NET

Make calls against DAX clusters with the current version of the DAX SDK for .NET.

NuGet PackageManager Installation

Install-Package AWSSDK.DAX.Client

All versions

Changelog can be found on NuGet page

DAX SDK for Python

Make calls against DAX clusters with the current version of the DAX SDK for Python.

pip Installation

pip install amazon-dax-client

All versions

Changelog can be found on PyPi page

DAX SDK for Go

Make calls against DAX clusters with the current version of the DAX SDK for Go.

Using dep tool

dep ensure -add github.com/aws/aws-dax-go

All versions