Reading and Writing Data in DynamoDB

Difficulty: Intermediate
Duration: 2 minutes and 11 seconds
Students: 417
Rating: 5/5

This lesson looks at how to read and write data to and from DynamoDB tables. We’ll also touch on performance considerations to allow you to get the most possible performance out of your DynamoDB deployment.

Learning Objectives

  • Reading and Writing from the console
  • Reading and Writing from code
  • Looking for items in your DynamoDB tables

Intended Audience

  • Developers looking to learn how to read and write data to/from your DynamoDB tables

Prerequisites 

  • Cloud Development
  • AWS Software Development Kit (SDK)
  • DynamoDB Basics
Covered Topics