What is the AWS SDK for Kotlin? - AWS SDK for Kotlin

What is the AWS SDK for Kotlin?

The AWS SDK for Kotlin provides Kotlin APIs for Amazon Web Services. Using the SDK, you can build Kotlin applications that work with Amazon S3, Amazon EC2, Amazon DynamoDB, and more. With the Kotlin SDK, you can target the JVM platform or Android API level 24 or higher. Support for additional platforms like JavaScript and Native is coming in future releases.

To track upcoming features in the future releases, see our roadmap on GitHub.

Get started with the SDK

To get started with the SDK, follow the Get started tutorial.

To set up your development environment, see Set up.

To create and configure service clients for making requests to AWS services, see Configuration. For information on various features of the SDK, see Use the SDK.

For use cases and examples of performing specific API operations, see Code examples.

Maintenance and support for SDK major versions

For information about maintenance and support for SDK major versions and their underlying dependencies, see the following topics in the AWS SDKs and Tools Reference Guide:

Additional resources

In addition to this guide, the following are valuable online resources for SDK for Kotlin developers: