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
- Build the package
mvn clean package
- run deploy.sh
./deploy.sh
- Upload the zip file from the build folder in to AWS lambda
- Create an API gateway with proxy resource and have AWS lambda be the backend function