79494848

Date: 2025-03-08 18:42:39
Score: 0.5
Natty:
Report link

resolved it by updating the localstack version

 public void beforeAll(ExtensionContext context) throws IOException, InterruptedException {
    localStack = new LocalStackContainer(DockerImageName.parse("localstack/localstack:4.1.1"))
        .waitingFor(Wait.forListeningPort()
            .withStartupTimeout(Duration.ofMinutes(5)))
        .withServices(SQS);
    localStack.start();
Reasons:
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: riteshmaurya