Book Image

DynamoDB Cookbook

By : Tanmay Deshpande
Book Image

DynamoDB Cookbook

By: Tanmay Deshpande

Overview of this book

Table of Contents (18 chapters)
DynamoDB Cookbook
Credits
About the Author
Acknowledgments
About the Reviewers
www.PacktPub.com
Preface
Index

Chapter 4. Managing DynamoDB Indexes

In this chapter, we will cover the following topics:

  • Creating a DynamoDB table with a Global Secondary Index using the AWS SDK for Java

  • Creating a DynamoDB table with a Global Secondary Index using the AWS SDK for .Net

  • Creating a DynamoDB table with a Global Secondary Index using the AWS SDK for PHP

  • Querying a Global Secondary Index using the AWS SDK for Java

  • Querying a Global Secondary Index using the AWS SDK for .Net

  • Querying a Global Secondary Index using the AWS SDK for PHP

  • Creating a DynamoDB table with a Local Secondary Index using the AWS SDK for Java

  • Creating a DynamoDB table with a Local Secondary Index using the AWS SDK for .Net

  • Creating a DynamoDB table with a Local Secondary Index using the AWS SDK for PHP

  • Querying a Local Secondary Index using the AWS SDK for Java

  • Querying a Local Secondary Index using the AWS SDK for .Net

  • Querying a Local Secondary Index using the AWS SDK for PHP

  • Using a Global Secondary Index for quick lookups