Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mastering DynamoDB

You're reading from  Mastering DynamoDB

Product type Book
Published in Aug 2014
Publisher Packt
ISBN-13 9781783551958
Pages 236 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Tanmay Deshpande Tanmay Deshpande
Profile icon Tanmay Deshpande

Libraries


There are various libraries available for general use in DynamoDB. Most of these libraries are community contributed and are maintained by individual users. We are going to start with a couple of interesting libraries made available by Amazon itself. After that, we will also try to list down available community-contributed and language-specific libraries.

Transaction library

The Transaction library has been built on top of the AWS SDK for Java and is only available for Java-based applications. This client library has been provided in order to reduce the development efforts one has to put in to support atomic operations. For those who are not aware of what a transaction means, consider an example where you need to perform two to three operations one after another and commit them only when all the operations are successful. If any of the operations fails in between, the complete process should be failed, reverting all the operations before the failed operation.

The Transaction library...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}