Localstack

  • Using a double service to replace the aws services used in an app for testing

  • Can be used via testcontainers

    • or up as docker container when running the application

  • https://testcontainers.com/guides/testing-aws-service-integrations-using-localstack/

  • https://hub.docker.com/r/localstack/localstack

  • https://www.localstack.cloud/

    • https://docs.localstack.cloud/overview/

    • https://docs.localstack.cloud/user-guide/integrations/sdks/java/

    • https://github.com/localstack/localstack

    • https://github.com/localstack/localstack-java-utils

  • https://igventurelli.io/testing-aws-locally-with-localstack/

Last updated

Was this helpful?