Skip to content

refacktor/aws-function-graalvm

 
 

Repository files navigation

AWS Function with GraalVM

A sample micronaut application for deployment to AWS Lambda with GraalVM custom runtime

Created an App using this command

mn create-app aws-function-graalvm --build maven --features graalvm,aws-lambda-custom-runtime

Commands

  1. Build the package
mvn clean package
  1. run deploy.sh
./deploy.sh
  1. Upload the zip file from the build folder in to AWS lambda
  2. Create an API gateway with proxy resource and have AWS lambda be the backend function

Feature aws-lambda-custom-runtime documentation

Feature aws-lambda documentation

About

A sample micronaut application to run on aws lambda

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Batchfile 49.3%
  • Java 36.6%
  • Dockerfile 9.3%
  • Shell 4.8%