Test Spring Boot AWS S3 with Localstack and Testcontainers
The last article in a series dedicated to Spring Boot AWS S3 integration focused on testing with LocalStack and Testcontainers.
Articles
The last article in a series dedicated to Spring Boot AWS S3 integration focused on testing with LocalStack and Testcontainers.
The second article in a series dedicated to Spring Boot AWS S3 integration focused on S3Template and Kotlin.
A step-by-step guide on how to configure a Spring Boot Kotlin app to work with AWS S3 Object Storage using the S3Client.
A step-by-step guide on how to implement and configure a Spring Boot application to send metrics to Datadog.
Learn how to perform integration testing for Spring WebClient that invokes external REST APIs with WireMock and JUnit 5.
In this article, I will show you how to implement a secure REST API with Spring Boot 3, Spring Security, Kotlin, and JWT tokens.
In this article we will learn 4 ways to prevent Spring Boot app from starting when environment variable is missing.
In this step-by-step guide, we will learn how to expose a REST API using Spring Boot 3, Kotlin, bean definition, and router DSL.
In this practical tutorial, I will show you how to expose web endpoints using Spring Boot 3 and Kotlin router DSL (functional style).