Kotlin on AWS

Tools, docs, and sample code to develop applications on the AWS cloud

Tools & Example Projects

Download the tools needed to run Kotlin applications on AWS
Get Started
Install from Maven
This SDK provides classes for many AWS services including Amazon S3, Amazon EC2, DynamoDB, and more.
Download SDK »
Services
AWS IDE Toolkits
Use popular Integrated Development Environments (IDEs) to author, debug, and deploy your code on AWS.
Get the Eclipse Toolkit » Get the VS Code Toolkit » Get the Intellij Toolkit »
Solutions
AWS SDK Developer Guide
The AWS SDK for Kotlin Developer Preview provides Kotlin APIs for Amazon Web Services.
Read More »
Digital Library
Build an app to submit data to DynamoDB
Create a native Android app that submits data using the Amazon DynamoDB Kotlin API and send a text message using the Amazon SNS Kotlin API.
 Get Started »

Blogs

Showing results: 1-4
Total results: 9
No blogs found matching that criteria.
  • Ian Botsford, 10/30/2024
    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 [...]
  • Aaron Todd, 11/28/2023
    We are excited to announce that the AWS SDK for Kotlin is now generally available and supported for production use. We designed the SDK from the ground up to give you an idiomatic Kotlin experience, including Domain Specific Language (DSL) builders, and support for asynchronous AWS service calls using coroutines. Today’s release enables developers to [...]
  • Ian Botsford, 09/11/2023
    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 [...]
  • Matas Lauzadis, 06/05/2023
    We are excited to announce support for Amazon S3 checksums in the AWS SDK for Kotlin! A checksum is a unique fingerprint calculated from a set of data that can be used to check whether the data has been altered or corrupted during transfers. Configuring a checksum is a valuable precaution to help maintain the [...]
Explore More Technical Blogs »

Build

Amazon Rekognition examples using SDK for Kotlin

A collection of code examples that show you how to perform actions and implement common scenarios by using the AWS SDK for Kotlin with Amazon Rekognition.

Get Started »

Create a dynamic web application to track DynamoDB data

Shows how to use the Amazon DynamoDB API to create a dynamic web application that tracks DynamoDB work data.

 Get Started »

Build a pubsub app that translates messages

Shows how to use the Amazon SNS Kotlin API to create an application that has subscription and publish functionality. In addition, this example application also translates messages.

Get Started »

Was this page helpful?