awslabs / aws-sdk-kotlin

Multiplatform AWS SDK for Kotlin
Apache License 2.0
414 stars 49 forks source link

GraalVM example for Kotlin AWS SDK #1398

Closed Kashif-E closed 2 months ago

Kashif-E commented 2 months ago

This pull request adds a new project cloudwatch-logs-reader to the repository. The project is a Kotlin-based application that reads log events from AWS CloudWatch Logs. It uses the AWS SDK for Kotlin and is configured to run as a native image using GraalVM.

Key Changes:

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

Kashif-E commented 2 months ago

Thanks @ianbotsf and @lauzadis for merging 🚀