도구 및 예시 프로젝트
![서비스 서비스](https://d1.awsstatic.com/Developer%20Marketing/languages/net/Services-2x.aa8f4259567b96973fc594f836305e5d334ae78e.png)
![디지털 라이브러리 디지털 라이브러리](https://d1.awsstatic.com/Developer%20Marketing/languages/net/NET%20Digital%20Library-2x.2003130c0a7d9323c4f01202b2c2450a61c8cf7c.png)
블로그
Total results: 9
-
Ian Botsford, 2024.10.30We’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.28We 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.11We’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.05We 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 [...]
구축
SDK for Kotlin을 사용한 Amazon Rekognition 예시
Amazon Rekognition과 함께 AWS SDK for Kotlin을 사용하여 작업을 수행하고 일반적인 시나리오를 구현하는 방법을 보여주는 코드 예시 모음입니다.
DynamoDB 데이터를 추적하는 동적 웹 애플리케이션 만들기
Amazon DynamoDB API를 사용하여 DynamoDB 작업 데이터를 추적하는 동적 웹 애플리케이션을 만드는 방법을 보여줍니다.
메시지를 번역하는 게시/구독 앱 구축
Amazon SNS Kotlin API를 사용하여 구독 및 게시 기능이 있는 애플리케이션을 만드는 방법을 보여줍니다. 또한 이 예시 애플리케이션은 메시지도 번역합니다.