Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 323 Bytes

File metadata and controls

22 lines (14 loc) · 323 Bytes

Lambda Function

Quarkus application deployed as AWS Lambda, exposed via API Gateway HTTP API.

Endpoints

  • /greetings - Greeting service
  • /time - Current time service

Build

mvn clean package

Generates target/function.zip for Lambda deployment.

Local Testing

mvn quarkus:dev