We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 889d5b5 commit 9a99b0dCopy full SHA for 9a99b0d
README.md
@@ -1,5 +1,4 @@
1
# Kotlin Native Runtime for AWS Lambda
2
-
3
[](https://maven-badges.herokuapp.com/maven-central/io.github.trueangle/lambda-runtime/badge.svg)
4
5
A runtime for executing AWS Lambda Functions powered by Kotlin Native, designed to mitigate known
@@ -235,4 +234,4 @@ Log.fatal(message: T?) // Messages about serious errors that cause the applicati
235
234
236
docker build -t sample .
237
docker run --rm -v $(pwd):/sample -w /sample sample ./gradlew build
238
-```
+```
0 commit comments