Skip to content

AWS & Spring Boot - Integration Tests with Testcontainers and Localstack

Notifications You must be signed in to change notification settings

MichalAdorno/cloud-integration-testing

Repository files navigation

Requirements

  • Java SE 11
  • Docker
  • AWS CLI

Localstack

Calling AWS:

aws s3 ls

Calling Localstack (the AWS emulator):

aws s3 ls --endpoint-url http://localhost:4572

Running integration tests

./gradlew clean build

Launching containers

Launch the Localstack containers

docker-compose up localstack

Releases

No releases published

Packages

No packages published

Languages