In this talk I will present and compare several options of how to run Spring Boot 3 application on AWS Lambda using:
AWS Serverless Java Container
AWS Lambda Web Adapter
Spring Cloud Function and
Custom Docker Image.
I'll also discuss strategies how to optimize cold start of such Lambda functi...