Book Image

DynamoDB Applied Design Patterns

By : Uchit Hamendra Vyas
Book Image

DynamoDB Applied Design Patterns

By: Uchit Hamendra Vyas

Overview of this book

Table of Contents (17 chapters)
DynamoDB Applied Design Patterns
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

Summary


In this chapter, we learned to perform simple query and scan operations on the DynamoDB table and its secondary indexes. Finally, we have also seen parallel scanning, which is good for growing and high-priority tables.

Web services and REST API are becoming more and more advanced with every passing day, mainly because of their platform-independent language. So in the next chapter, we will learn the basics of REST and how to effectively perform DynamoDB operations using REST.