Using DynamoDB with Kotlin + Spring Boot
Overview
This article summarizes table design and CRUD operations for DynamoDB in a Spring Boot-based project, utilizing the DynamoDB Enhanced Client library recommended by AWS.
Considerations for DynamoDB Table Design
DynamoDB, AWS's serverless N...
jsonobject.com10 min read