You’ll learn how to connect to, create, and manage DynamoDB tables in the following sections.
Before you begin, you should familiarize yourself with the basic concepts in Amazon DynamoDB. You can get a quick overview inWhat is Amazon DynamoDB? and a more in-depth look inCore components of Amazon DynamoDB. Then, continue on toPrerequisites.
When you sign up for AWS, you can get started with DynamoDB using theAWS Free Tier. If you have not already exceeded the free tier benefits for Amazon DynamoDB, it won't cost you anything to complete the examples in this section. Otherwise, you'll incur the standard DynamoDB usage fees from the time that you create the tables until you delete the tables.
If you don't want to sign up for a free tier account, you can set upDynamoDB local (downloadable version) on your computer. The downloadable version lets you develop and test applications locally without signing up for an AWS account or accessing the DynamoDB web service.
Before starting the Amazon DynamoDB tutorial, learn about the ways you can access DynamoDB inAccessing DynamoDB. Then, set up DynamoDB through either the web service or the locally downloaded version in Setting up DynamoDB. After that, continue on toStep 1: Create a table in DynamoDB.
If you plan to interact with DynamoDB only through the AWS Management Console, you don't need an AWS access key. Complete the steps inSigning up for AWS, and then continue on toStep 1: Create a table in DynamoDB.
If you don't want to sign up for a free tier account, you can set upDynamoDB local (downloadable version). Then continue on toStep 1: Create a table in DynamoDB.
There are differences when working with CLI commands in terminals on Linux and Windows. The following guide presents commands formatted for Linux terminals (this includes macOS), and commands formatted for Windows CMD. Choose the command that best fits the terminal application you are using.