Serverless applications on AWS with Lambda using Java 25, API Gateway and Aurora DSQL - Lambda performance optimization approaches (opens in new tab)
Introduction In the previous articles of the series about how to develop, run, and optimize Serverless applications on AWS with Lambda using Java 25, API Gateway, and Aurora DSQL database, we used: Managed Java 25 runtime GraalVM Native Image deployed as Lambda Custom Runtime We also did Lambda performance (cold and warm starts) measurements with the following settings: Lambda functions used 1024 MB of memory Java compilation option "-XX:+TieredCompilation -XX:TieredStopAtLevel=1" Lambda x86_...
Read the original article