Book Image

DynamoDB Applied Design Patterns

By : Uchit Hamendra Vyas
Book Image

DynamoDB Applied Design Patterns

By: Uchit Hamendra Vyas

Overview of this book

If you are an intermediate to advanced DynamoDB developer looking to learn the best practices associated with efficient data modeling, this book is for you.
Table of Contents (12 chapters)
11
Index

Chapter 2. DynamoDB Interfaces

There are a number of interfaces available to make user interaction easy and effective. There are four interfaces that are commonly used to interact with DynamoDB:

  • The management console
  • The Eclipse plugin
  • The command-line interface
  • The REST API

As a part of our discussion in this chapter, we will learn about the first three interfaces. We will discuss the fourth interface in detail in Chapter 6, Working with the DynamoDB API.