Skip to content

pgste/HelloGraal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micronaut 2.5.11 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

Micronaut Hello Graal Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published