DynamoDB
-
Enterprise Java

AWS: Some Tips for Avoiding Those “Holy Bill” Moments
Cloud is awesome: almost-100% availability, near-zero maintenance, pay-as-you-go, and above all, infinitely scalable. But the last two can easily bite…
Read More » -
Enterprise Java

Scan DynamoDB Items with DynamoDBMapper
Previously we covered how to query a DynamoDB database either using DynamoDBMapper or the low level java api. Apart from…
Read More » -
Enterprise Java

Query DynamoDB Items with DynamoDBMapper
On a previous post we issued queries on a DynamoDB database using the low level java api. Querying using the…
Read More » -
Enterprise Java

Insert DynamoDB Items with DynamoDBMapper
In a previous post we used DynamoDBMapper in order to map DynamoDB Tables into Java objects. When it comes to…
Read More » -
Enterprise Java

Map DynamoDB Items to Objects using DynamoDB mapper
Previously we created DynamoDB Tables using Java. For various databases such sql databases or nosql there is a set of…
Read More » -
Enterprise Java

Update DynamoDB Items with Java
On a previous post we proceeded into inserting items to DynamoDB using Java. DynamoDB also supports updating items. We will…
Read More » -
Enterprise Java

Query DynamoDB Items with Java Part 2
On a previous post we had the chance to issue some basic DynamoDB query actions. However apart from the basic…
Read More » -
Core Java

Query DynamoDB Items with Java
On a previous post we proceeded on inserting data on a DynamoDB database. On this tutorial we will issue some…
Read More » -
Enterprise Java

Insert Items to DynamoDB Tables using Java
On a previous article we learned how to create DynamoDB Tables using Java. Next step is to insert items to the…
Read More »

