Running the code examples in this Developer Guide
The AWS SDKs provide broad support for Amazon DynamoDB in the following languages:
The code examples in this developer guide provide more in-depth coverage of DynamoDB operations, using the following programming languages:
Before you can begin with this exercise, you need to create an AWS account, get your access key and secret key, and set up the AWS Command Line Interface (AWS CLI) on your computer. For more information, see Setting up DynamoDB (web service) .
Note
If you are using the downloadable version of DynamoDB, you need to use the AWS CLI to
create the tables and sample data. You also need to specify the
--endpoint-url
parameter with each AWS CLI command. For more information,
see Setting the local endpoint .