Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 862 Bytes

File metadata and controls

26 lines (15 loc) · 862 Bytes

Quarkus Lambda exposed via Function URL

Quarkus application deployed to AWS Lambda and exposed via Function URL. Infrastructure defined with AWS CDK in Java.

Build and Deploy

./buildAndDeploy.sh

Builds the Lambda function and deploys the CDK stack. Function URL output is displayed after deployment.

Testing

System tests are located in lambda-st module. Configure the Function URL via service_uri property.

Configuration

Environment variables are managed through CDK in Configuration.java. CORS origins can be configured via context parameters.

References

See you at: airhacks.live