Kotlin su AWS

Strumenti, documentazione e codici di esempio per sviluppare applicazioni sul cloud AWS

Strumenti e progetti di esempio

Scarica gli strumenti necessari per eseguire le applicazioni Kotlin su AWS
Inizia
Installa da Maven
Questo SDK fornisce classi per numerosi servizi AWS, tra cui Amazon S3, Amazon EC2, DynamoDB e altro.
Scarica l'SDK »
Servizi
Kit di strumenti IDE AWS
Utilizza popolari ambienti di sviluppo integrati (IDE, Integrated Development Environment) per la creazione, il debug e l'implementazione del codice su AWS.
Ottieni il kit di strumenti Eclipse » Ottieni il kit di strumenti VS Code » Ottieni il kit di strumenti Intellij »
Soluzioni
Guida per gli sviluppatori dell'SDK AWS
L'anteprima per sviluppatori di AWS SDK per Kotlin fornisce le API Kotlin per Amazon Web Services.
Scopri di più »
Libreria digitale
Crea un'app per inviare i dati a DynamoDB
Crea un'app Android nativa che invii i dati tramite l'API Kotlin di Amazon DynamoDB e un messaggio di testo tramite l'API Kotlin di Amazon SNS.
 Inizia »

Blog

Showing results: 1-4
Total results: 9
Non è stato trovato alcun blog corrispondente a questo criterio.
  • 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 [...]
Scopri altri blog tecnici »

Costruisci

Esempi di Amazon Rekognition che utilizzano l'SDK per Kotlin

Una raccolta di esempi di codice che mostrano come eseguire operazioni e implementare scenari comuni utilizzando AWS SDK per Kotlin con Amazon Rekognition.

Inizia »

Crea un'applicazione Web dinamica per tenere traccia dei dati DynamoDB

Mostra come utilizzare l'API Amazon DynamoDB per creare un'applicazione Web dinamica che tiene traccia dei dati di lavoro di DynamoDB.

 Inizia »

Crea un'app pubsub che traduca i messaggi

Mostra come utilizzare l'API Kotlin di Amazon SNS per creare un'applicazione con funzionalità di abbonamento e pubblicazione. Inoltre, questa applicazione di esempio traduce anche i messaggi.

Inizia »

Questa pagina è stata utile?