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 2. Operating with DynamoDB Tables

In this chapter, we will cover the following topics:

  • Creating a table using the AWS SDK for Java

  • Creating a table using the AWS SDK for .Net

  • Creating a table using the AWS SDK for PHP

  • Updating a table using the AWS SDK for Java

  • Updating a table using the AWS SDK for .Net

  • Updating a table using the AWS SDK for PHP

  • Listing tables using the AWS SDK for Java

  • Listing tables using the AWS SDK for .Net

  • Listing tables using the AWS SDK for PHP

  • Deleting a table using the AWS SDK for Java

  • Deleting a table using the AWS SDK for .Net

  • Deleting a table using the AWS SDK for PHP