Skip to content

AdamBien/aws-quarkus-lambda-function-url-cdk-plain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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