19priyadhingra commented on PR #141:
URL:
https://github.com/apache/flink-connector-aws/pull/141#issuecomment-2265687290
> > Do you have any suggestion on how can I fix my test case without
reverting that PR?
>
> Hi @19priyadhingra, we can either debug the local stack issue, or consider
reducing the AWS version for our ITCase against localstack - we need to track
the fix with a JIRA though
Added following in sqs-e2e-sqs pom file
```
<dependencies>
<!-- Overridden aws-sdk dependency to older version to
temporarily fix 'not able to create sqs localstack error with newer version'-->
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.20.144</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]