Entwicklerzentrum / ...
Kotlin auf AWS
Tools und Beispielprojekte
![Erste Schritte Erste Schritte](https://d1.awsstatic.com/Developer%20Marketing/languages/net/Get%20Started-2x.fee9fe2376c2bb4f4c49d81524f0cd0636e65a5e.png)
![Services Services](https://d1.awsstatic.com/Developer%20Marketing/languages/net/Services-2x.aa8f4259567b96973fc594f836305e5d334ae78e.png)
![Lösungen Lösungen](https://d1.awsstatic.com/Developer%20Marketing/languages/net/Solutions-2x.dfd7902700538dd4a1a5471403ac08ad52ddf256.png)
![Digitale Bibliothek Digitale Bibliothek](https://d1.awsstatic.com/Developer%20Marketing/languages/net/NET%20Digital%20Library-2x.2003130c0a7d9323c4f01202b2c2450a61c8cf7c.png)
Blogs
Total results: 9
-
Ian Botsford, 30.10.2024We’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, 28.11.2023We 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, 11.09.2023We’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, 05.06.2023We 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 [...]
Entwickeln
Amazon Rekognition Beispiele mit SDK für Kotlin
Eine Sammlung von Codebeispielen, die Ihnen zeigen, wie Sie mit dem AWS SDK für Kotlin und Amazon Rekognition Aktionen durchführen und gängige Szenarien implementieren können.
Erstellen einer dynamischen Webanwendung zur Verfolgung von DynamoDB-Daten
Zeigt, wie man die Amazon-DynamoDB-API verwendet, um eine dynamische Webanwendung zu erstellen, die DynamoDB-Arbeitsdaten verfolgt.
Erstellen Sie eine PubSub-App, die Nachrichten übersetzt
Zeigt, wie man die Amazon SNS Kotlin API verwendet, um eine Anwendung mit Abonnement- und Veröffentlichungsfunktionalität zu erstellen. Darüber hinaus werden in dieser Beispielanwendung auch Nachrichten übersetzt.