Similar to a REST API, an Amazon SQS listener is an entry point to our application. While we can easily test our

Read More

AWS Lambda is a great technology to get your code up and running in a matter of minutes. I'm heavily using AWS

Read More

With one of the previous blog posts, we configured a Thymeleaf Spring Boot application for an OAuth 2 Login with Spring Security

Read More

My original plan was to demo the container image support of AWS Lambda with a Java example that uses Selenium to scrape

Read More

Securing your frontend application with a login and managing a user pool is something you can either write for yourself or use

Read More

With this blog post, we'll learn how to use the Serverless framework to develop and deploy AWS Lambda functions using Java and

Read More

If your Spring Boot application integrates AWS services like S3, SNS, or SQS, you might wonder how to write effective integration tests.

Read More

If you are familiar with the AWS services landscape, you might already know the Parameter Store (part of the AWS System Manager,

Read More