Kotlin sur AWS

Outils, documentations et exemples de code pour développer des applications dans le cloud AWS

Outils et exemples de projet

Télécharger les outils nécessaires à l'exécution d'applications Kotlin sur AWS
Démarrer
Installer à partir de Maven
Ce kit SDK fournit des classes pour de nombreux services AWS, notamment Amazon S3, Amazon EC2, DynamoDB, etc.
Télécharger le kit SDK »
Services
Boîtes à outils pour IDE AWS
Utilisez les environnements IDE (Integrated Development Environment) courants pour créer, déboguer et déployer votre code sur AWS.
Obtenir la boîte à outils Eclipse » Obtenir la boîte à outils VS Code » Obtenir la boîte à outils Intellij »
Solutions
Guide du développeur du kit SDK AWS
Guide du développeur du kit SDK AWS pour Kotlin fournit les API Kotlin pour Amazon Web Services.
En savoir plus »
Bibliothèque numérique
Concevoir une application pour envoyer des données à DynamoDB
Créez une application Android native qui envoie des données à l'aide de l'API Kotlin d'Amazon DynamoDB et envoyez un SMS à l'aide de l'API Kotlin d'Amazon SNS.
 Démarrer »

Blogs

Showing results: 1-4
Total results: 9
Aucun blog trouvé correspondant à ces critères.
  • Ian Botsford, 30/10/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, 28/11/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, 11/09/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, 05/06/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 [...]
Explorer plus de blogs techniques »

Créer

Exemples d'Amazon Rekognition utilisant le kit SDK pour Kotlin

Une collection d'exemples de code qui vous montrent comment réaliser des actions et implémenter des scénarios courants en utilisant le kit SDK AWS pour Kotlin avec Amazon Rekognition.

Démarrer »

Créer une application web dynamique pour suivre des données DynamoDB

Vous montre comment utiliser l'API Amazon DynamoDB pour créer une application web dynamique qui suit les données de travail de DynamoDB.

 Démarrer »

Développer une application Pub/Sub qui traduit des messages

Vous montre comment utiliser l'API Kotlin d'Amazon SNS pour créer une application avec une fonctionnalité d'abonnement et de publication (Pub/Sub). En plus de cela, cet exemple d'application traduit également les messages.

Démarrer »

Cette page vous a-t-elle été utile ?