DynamoDB with Kotlin and Spring Boot (Part 2)

Thomas Uhrig · December 18, 2018

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:

https://github.com/tuhrig/dynamodb-with-kotlin

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

Best regards, Thomas.