Leveraging AWS Lambda SnapStart with the Micronaut Framework - Micronaut Framework

Developing and deploying AWS Lambda functions with the Micronaut framework have been possible either with the Java runtime, or by deploying a native executable built with GraalVM to a custom runtime. The latter provides faster cold starts. When a Lambda function is invoked for the first time or scales up, an execution environment is created. […]

Micronaut Framework