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:
Added cloudwatch-logs-reader project to settings.gradle.kts.
Implemented the main functionality in Main.kt to read log events from CloudWatch Logs.
Configured Gradle tasks for building and running the application as a native image using GraalVM.
Added reflection configuration for GraalVM in reflect-config.json.
Updated ReadMe.md with detailed instructions on how to use the project, including prerequisites, building, running, and reflection configuration.
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
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:
cloudwatch-logs-reader
project tosettings.gradle.kts
.Main.kt
to read log events from CloudWatch Logs.reflect-config.json
.ReadMe.md
with detailed instructions on how to use the project, including prerequisites, building, running, and reflection configuration.By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.