Skip to content

Example of Kotlin native lambda using micronaut + GraalVM native image

Notifications You must be signed in to change notification settings

HolkerDev/test-micronaut-graalvm

Repository files navigation

Micronaut 3.5.4 Documentation


Deployment with GraalVM

If you want to deploy to AWS Lambda as a GraalVM native image, run:

./gradlew buildNativeLambda -Pmicronaut.runtime=lambda

This will build the GraalVM native image inside a docker container and generate the function.zip ready for the deployment.

Handler

AWS Lambda Handler

Handler: io.micronaut.function.aws.proxy.MicronautLambdaHandler

Feature aws-lambda-custom-runtime documentation

Feature aws-lambda documentation

Feature http-client documentation

About

Example of Kotlin native lambda using micronaut + GraalVM native image

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published