Recent Articles by tag

This is a list of blog articles with the tag: AWS

Deploying Spring Boot 3 Applications to AWS Lambda

6/30/2023 • ☕️ min read

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.

Java 17 🤝 AWS Lambda: Creating Serverless Functions in Java & Spring with Java 17

5/19/2023 • ☕️ min read

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 for Spring Developers

12/2/2022 • ☕️ min read

AWS Lambda SnapStart is a new performance optimization developed by AWS that can significantly improve the startup time for your applications.

Building AWS Lambda Functions with Java: An Introduction to the AWS Lambda Core Java Library

11/10/2022 • ☕️ min read

In this tutorial you will learn how to build AWS Lambda functions with Java using the AWS Lambda Core Java Library.

AWS Lambda Java: How to create your first AWS Lambda Function in Java

11/9/2022 • ☕️ min read

In this tutorial, I'll show you how to create a simple AWS Lambda function using Java.