Read Data in a DynamoDB Table
DynamoDB is a NoSQL database service provided by AWS. In this lab, we’ll learn to read data from a DynamoDB table.
We can read data from an existing table in two ways:
We’ll cover both approaches in this lab.
The following is the high-level architecture diagram of how to read data from a DynamoDB table.