Micronaut 4 application on AWS Lambda- Part 7 Measuring Lambda cold and warm starts with GraalVM Native Image and REST API
dev.to·9h·
Discuss: DEV
Flag this post

Introduction

In the part 6, we learned how to develop a pure Micronaut REST application and deploy it on AWS Lambda.

In this part of our series, we’ll introduce how to adjust our sample application which uses REST API to one from which we can build the GraalVM Native Image and deploy it as a Lambda Custom Runtime. We’ll then measure the Lambda performance with it and compare the results with other already introduced approaches.

Micronaut 4 sample REST API application on AWS Lambda with GraalVM Native Image

This article assumes prior knowledge of GraalVM and its native image capabilities. For a concise overview about them and how to get both installed, please refer to the followi…

Similar Posts

Loading similar posts...