Quarkus 3 application on AWS Lambda- Part 10 Measuring Lambda cold and warm starts with REST API application
java
dev.to
Measurements of cold and warm start times of our application In Part 8, we learned how to develop a pure Quarkus REST application and deploy it on AWS Lambda. For the preparation of my talk about developing Serverless Java REST applications on AWS using frameworks such as Quarkus, I found time to measure the performance of the Lambda function with the different approaches (see below). I refer to my articles where we didn't use the Quarkus REST controllers directly, but the pure AWS