Micronaut posts tagged aws
Browse Micronaut blog posts tagged aws.
Available articles
Nov 28, 2022
Leveraging AWS Lambda SnapStart with the 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....
Nov 23, 2022
AWS Lambda with the Micronaut Framework
AWS Lambda is a serverless, event-driven compute service that lets you run code for any type of application or backend service without provisioning or managing servers. Cold Start vs. Warm Start Cold Start When a Lambda function is invoked for the first time or scales up, an execution environment is created. The first phase in...
Nov 22, 2022
How to build a GraalVM Native executable of a Micronaut application from an Apple Silicon Mac and deploy it to AWS Lambda ARM architecture
This post highlights the necessary changes to the application build to deploy a GraalVM Native executable to AWS Lambda Custom Runtime with an arm64 architecture. Lambda instruction set architectures AWS Lambda supports multiple architectures: The instruction set architecture of a Lambda function determines the type of computer processor that Lambda uses to run the function....
Jun 22, 2022
New Live Training Events Scheduled
Two new training workshops have been added to the schedule!
May 4, 2022
Free In-Person Micronaut Class for AWS Lambda Users
The Micronaut Foundation™ is excited to be teaming up with Amazon and their AWS Serverless team!
Apr 23, 2021
New Live Training Events Scheduled
Two new training workshops have been added to the schedule! Workshops are live, instructor-led, hands-on training classes designed to enable students to dramatically enhance their proficiency and productivity. Integrating Micronaut Apps with Amazon Web Services Dates: May 25 to May 28 Time: 9:00 a.m. to 12:00 p.m. CDT Instructor: Sergio del Amo Caballero Learn More...
Oct 30, 2020
Webinar: Reducing Latencies with Micronaut and Amazon Corretto
Join 2GM (Groovy, Grails, and Micronaut) team member, Álvaro Sánchez-Mariscal, and Amazon Software Development Manager, Azeem Jiva, as they demonstrate the most effective ways to reduce latencies with the Micronaut framework and Amazon Corretto.
Aug 31, 2020
Micronaut 2: AWS Lambda Functions
Micronaut 2 includes many improvements to help you write Micronaut applications and serverless functions and deploy them to AWS Lambda.
Jul 17, 2020
Serverless Support (Azure, AWS, GCP) – Micronaut 2.0
Graeme Rocher, Micronaut framework co-founder, talks about Micronaut 2.0 serverless support (AWS, Azure, GCP) improvements.
Apr 9, 2020
Micronaut Is Now Certified to Run on Amazon Corretto
Users can now be assured that Micronaut is certified to run on Amazon Corretto, and we will continue our partnership with Amazon to ensure users don’t run into any issues in production.
Jan 10, 2020
Webinar: Combining Micronaut and AWS to Superpower Your Apps
In this complimentary webinar, Sergio del Amo demonstrates how the Micronaut Framework’s built-in features enable seamless integration with AWS services.
Feb 21, 2019
Uploading Big Files with Micronaut and Elastic Beanstalk
If you want to upload files with Micronaut, you may need to configure maximum request size and the max file size properties. Here’s how to do that.