This is a list of blog articles with the tag: AWS
Discover effective solutions for hosting your personal spring boot projects without hefty costs. Boost your skills with Dan Vega, your spring developer advocate, while exploring the capabilities of AWS Lambda.
AWS has made a big announcement recently - Java 17 runtime is now supported on AWS Lambda. What this means is, you now have the freedom to write your lambda functions using Java in Spring and specifically target JDK 17.
AWS Lambda SnapStart is a new performance optimization developed by AWS that can significantly improve the startup time for your applications.
In this tutorial you will learn how to build AWS Lambda functions with Java using the AWS Lambda Core Java Library.
In this tutorial, I'll show you how to create a simple AWS Lambda function using Java.