AWS Developer Tools Blog

Ian Botsford

Author: Ian Botsford

Ian is a developer working on the AWS SDK for Kotlin. He is passionate about making AWS easy to use through fluent, idiomatic SDKs. You can find him on GitHub at <a href="https://github.com/ianbotsf">@ianbotsf</a>.

Multiple overlapping freeways with cars driving along them

Announcing the Developer Preview of DynamoDB Mapper for Kotlin

We’re excited to announce the Developer Preview of DynamoDB Mapper for Kotlin. This high-level library provides streamlined, idiomatic ways for developers to map data between their business logic written in Kotlin and their tables in DynamoDB. DynamoDB Mapper works with most Kotlin data classes right out of the box and also offers powerful features for […]

Announcing overridable client configuration in the AWS SDK for Kotlin

We’re excited to announce that the AWS SDK for Kotlin now supports overridable client configuration. You can use this feature to execute AWS service calls with specialized config that differs from the config provided when the client was initialized. This unlocks new capabilities and increases the flexibility of your code. In this post, I will […]