Spring Boot API CRUD with AWS DynamoDB

Eric Anicet
4 min readOct 14, 2021

In this story, we’ll implement a REST API with CRUD operations using Spring boot and AWS DynamoDB.

Photo by Kyle Glenn on Unsplash

What is Amazon DynamoDB ?

Amazon DynamoDB is a fully managed NoSQL database service that provides fast and predictable performance with seamless scalability. DynamoDB lets you offload the administrative burdens of operating and scaling a distributed database…

--

--