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 3. Manipulating DynamoDB Items

In this chapter, we will cover the following topics:

  • Putting an item into the DynamoDB table using the AWS SDK for Java

  • Putting an item into the DynamoDB table using the AWS SDK for .Net

  • Putting an item into the DynamoDB table using the AWS SDK for PHP

  • Getting an item from the DynamoDB table using the AWS SDK for Java

  • Getting an item from the DynamoDB table using the AWS SDK for .Net

  • Getting an item from the DynamoDB table using the AWS SDK for PHP

  • Updating an item in the DynamoDB table using the AWS SDK for Java

  • Updating an item in the DynamoDB table using the AWS SDK for .Net

  • Updating an item in the DynamoDB table using the AWS SDK for PHP

  • Deleting an item from the DynamoDB table using the AWS SDK for Java

  • Deleting an item from the DynamoDB table using the AWS SDK for .Net

  • Deleting an item from the DynamoDB table using the AWS SDK for PHP

  • Getting multiple items using the AWS SDK for Java

  • Getting multiple items using the AWS SDK for .Net

  • Getting multiple items using...