Quarkus application deployed as AWS Lambda function, exposed through API Gateway HTTP API. Infrastructure provisioned with AWS CDK.
- Runtime: AWS Lambda with ARM64 architecture
- API Gateway: HTTP API for low-latency REST endpoints
- Framework: Quarkus with Lambda integration
- IaC: AWS CDK for infrastructure deployment
lambda- Quarkus application with JAX-RS endpointslambda-st- System tests for deployed APIcdk- AWS infrastructure definition
- Java 25
- Maven
- AWS CLI configured
- Node.js (for CDK)
mvn clean package./buildAndDeployDontAsk.shBuilds both Lambda function and CDK infrastructure, then deploys without approval prompts.
Alternatively:
cd lambda && mvn clean package && cd ../cdk && mvn clean package && cdk deploy --all --require-approval=never- BCE Architecture Design Pattern - This project organizes code using the Boundary-Control-Entity pattern
- This project is a member of Constructions Cloud
See you at: airhacks.live