Skip to content

alexis779/MicronautDemo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Micronaut 3.8.4 Documentation


Deployment with GraalVM

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

./mvnw package -Dpackaging=docker-native -Dmicronaut.runtime=lambda -Pgraalvm

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: example.micronaut.FunctionRequestHandler

Feature aws-lambda-custom-runtime documentation

Feature aws-lambda documentation

Feature http-client documentation

MicronautDemo

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 56.8%
  • Java 43.2%