You'll need Java 21 or newer for this workshop.
In this workshop we use LocalStack Docker container, so you must have Docker environment running on your machine.
You can check the Docker availability by running:
$ docker version
Clone the following project from GitHub to your computer:
https://github.com/awspring/springio-2025-develop-spring-applications-on-aws/
With Gradle:
./gradlew build -x check
docker-compose up