Micronaut® framework 2: AWS Lambda Functions
Micronaut® framework 2 brings improvements to the way you write AWS Lambda functions. There are several things to consider (what's is your Lambda trigger, are you able to write a GraalVM Native Image of the function) which define what dependencies do you need, what is your handler, how to mitigate cold startup.
Continue reading on Micronaut Blog
Moreover, I wrote several companion Micronaut Guides:
Type | Runtime | Tutorial |
---|---|---|
Application | Java 11 | Deploy a Micronaut application to AWS Lambda Java 11 Runtime JAVA KOTLIN GROOVY |
Application | GraalVM Native Image Custom Runtime | Deploy a Micronaut application as a GraalVM Native Image to AWS Lambda JAVA KOTLIN |
Serverless Function | Java 11 | Deploy a Serverless Micronaut function to AWS Lambda Java 11 Runtime JAVA KOTLIN GROOVY |
Serverless Function | GraalVM Native Image Custom Runtime | Deploy a Serverless Micronaut function as a GraalVM Native Image to AWS Lambda JAVA |
Micronaut® is a registered trademark of Object Computing, Inc. Use is for referential purposes and does not imply any endorsement or affiliation with any third-party product. Unauthorized use is strictly prohibited.
Tags: #micronaut #aws #lambda