Kotlin on AWS

AWS Cloud 上用于开发应用程序的工具、文档和示例代码

工具和示例项目

下载在 AWS 上运行 Kotlin 应用程序所需的工具
开始使用
通过 Maven 进行安装
此 SDK 为许多 AWS 服务(包括 Amazon S3、Amazon EC2、DynamoDB 等)提供类。
下载 SDK »
服务
AWS IDE 工具包
使用流行的集成开发环境 (IDE) 在 AWS 上创作、调试和部署代码。
获取 Eclipse 工具包 » 获取 VS Code 工具包 » 获取 Intellij 工具包 »
解决方案
AWS SDK 开发人员指南
适用于 Kotlin 的 AWS SDK 开发人员预览版为 Amazon Web Services 提供 Kotlin API。
阅读更多内容 »
数字图书馆
构建应用程序以将数据提交到 DynamoDB
创建原生 Android 应用程序,实现使用 Amazon DynamoDB Kotlin API 提交数据和使用 Amazon SNS Kotlin API 发送短信。
 开始使用 »

博客

Showing results: 1-4
Total results: 9
未找到符合条件的博客。
  • Ian Botsford, 2024-10-30
    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, 2023-11-28
    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, 2023-09-11
    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, 2023-06-05
    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 [...]
探索更多技术博客 »

构建

使用适用于 Kotlin 的 SDK 的 Amazon Rekognition 示例

代码示例集合可显示如何通过搭配使用适用于 Kotlin 的 AWS SDK 和 Amazon Rekognition 来执行操作和实施常见应用场景。

开始使用 »

创建动态 Web 应用程序,跟踪 DynamoDB 数据

显示如何使用 Amazon DynamoDB API,创建跟踪 DynamoDB 工作数据的动态 Web 应用程序。

 开始使用 »

构建能翻译消息的 pubsub 应用程序

显示如何使用 Amazon SNS Kotlin API 创建具有订阅和发布功能的应用程序。此外,此示例应用程序还翻译消息。

开始使用 »

此页内容对您是否有帮助?