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

Introduction


In the previous chapter, we discussed how to perform various DynamoDB operations using the console. In this chapter, we will focus on how to use the SDK provided by Amazon to perform operations. Amazon has provided SDKs in various programming languages, out of which we are going to see operations in Java, .Net, and PHP. So, get ready to get your hands dirty with the code!