Click here to Skip to main content
15,867,686 members
Articles / Hosted Services / AWS

Using the AWS DynamoDB Low-Level Java API – Spring Boot Rest Application

Rate me:
Please Sign up or sign in to vote.
0.00/5 (No votes)
20 May 2019CPOL25 min read 13.3K   4  
How to use AWS Java 2 API to create a Rest application using Spring Boot that reads and writes to a DynamoDB database
In this tutorial, we explore lower-level API of the Java 2 SDK. We write, update, delete and batch upload items. We explore conditionally querying items.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Brannan Technical Solutions LLC
United States United States
I have worked in IT for over twenty years and truly enjoy development. Architecture and writing is fun as is instructing others. My primary interests are Amazon Web Services, JEE/Spring Stack, SOA, and writing. I have a Masters of Science in Computer Science from Hood College in Frederick, Maryland.

Comments and Discussions