About a month ago I published a short article about Kotlin, Spring Boot and DynamoDB.
The post shows a basic setup for DynamoDB with Kotlin and Spring Boot. However, it doesn’t show a lot of aspects related to typical database implementations such as auditing or migrations. To fill this gap, I prepared an example project on GitHub:
The project shows various small examples, each highlighting a certain aspect of DynamoDB. Every example is implemented as a single executable test (against a DynamoDB running in Docker).
More
- https://tuhrig.de/dynamodb-with-kotlin-and-spring-boot (part 1)
- https://github.com/tuhrig/dynamodb-with-kotlin
Best regards, Thomas.