Micronaut JPA Application Performance in AWS Lambda

Introduction

In this article, we will be looking into how we can deploy a Micronaut application using GET, PUT, and POST, which can be called using an API Gateway. Then we will compare its performance when deployed with JVM runtime and as a native image.

We will also be focusing on creating an application that can be deployed on AWS Lambda and then calling the application as if it's being called using an API Gateway.