/aws-lambda-quarkus

Simple example using AWS Lambda with Quarkus, GraalVM and Serverless Framework

Primary LanguageJavaApache License 2.0Apache-2.0

AWS Lambda with Quarkus, GraalVM and Serverless Framework

Install Serverless Framework packages

npm install

Package lambda function using GraalVM

mvn clean install -Pnative -Dnative-image.docker-build=true

Deploy your lambda function

sls deploy