From 9c237f867b91e4784cfc36234a5f2930f138e93a Mon Sep 17 00:00:00 2001 From: Viacheslav Ivanovichev Date: Sun, 15 Sep 2024 10:47:43 +0200 Subject: [PATCH 1/3] Add kotlin-native-aws-lambda-runtime library link --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 45aef29..1547731 100644 --- a/README.md +++ b/README.md @@ -1011,6 +1011,11 @@ ![badge][badge-windows] ![badge][badge-mac] +* [kotlin-native-aws-lambda-runtime] (https://github.com/trueangle/kotlin-native-aws-lambda-runtime) - A runtime for executing AWS Lambda Functions written in Kotlin/Native, designed to reduce cold start issues common with the JVM platform. +![badge][badge-linux] +![badge][badge-mac] + + #### Units * [Measured](https://github.com/nacular/measured) - Intuitive, type-safe units of measure. From 207ff48148711742b0bc28e77e6742a5055d0bd9 Mon Sep 17 00:00:00 2001 From: Viacheslav Ivanovichev Date: Sun, 15 Sep 2024 10:49:55 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1547731..e0fe40f 100644 --- a/README.md +++ b/README.md @@ -1011,7 +1011,7 @@ ![badge][badge-windows] ![badge][badge-mac] -* [kotlin-native-aws-lambda-runtime] (https://github.com/trueangle/kotlin-native-aws-lambda-runtime) - A runtime for executing AWS Lambda Functions written in Kotlin/Native, designed to reduce cold start issues common with the JVM platform. +* [kotlin-native-aws-lambda-runtime](https://github.com/trueangle/kotlin-native-aws-lambda-runtime) - A runtime for executing AWS Lambda Functions written in Kotlin/Native, designed to reduce cold start issues common with the JVM platform. ![badge][badge-linux] ![badge][badge-mac] From ca19f4fafcd88b24e0397ee7894a55abacaa55c0 Mon Sep 17 00:00:00 2001 From: Viacheslav Ivanovichev Date: Sun, 15 Sep 2024 10:52:38 +0200 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0fe40f..3290bd4 100644 --- a/README.md +++ b/README.md @@ -1011,7 +1011,7 @@ ![badge][badge-windows] ![badge][badge-mac] -* [kotlin-native-aws-lambda-runtime](https://github.com/trueangle/kotlin-native-aws-lambda-runtime) - A runtime for executing AWS Lambda Functions written in Kotlin/Native, designed to reduce cold start issues common with the JVM platform. +* [Kotlin/Native Runtime for AWS Lambda](https://github.com/trueangle/kotlin-native-aws-lambda-runtime) - A runtime for executing AWS Lambda Functions written in Kotlin/Native, designed to reduce cold start issues common with the JVM platform. ![badge][badge-linux] ![badge][badge-mac]