An example project of using Quarkus to build an AWS Lambda Function to be deployed behind an API Gateway. The AWS Lambda Function uses DynamoDB for storing data.
- Java / openJDK is installed
- Docker is installed for local testing
Ensure Docker is running, then you can test your application with:
./mvnw test