sanjana2505006 commented on PR #8310: URL: https://github.com/apache/camel-quarkus/pull/8310#issuecomment-4016190644
> Turns out that AWS Translate is not supported on LocalStack: > > ``` > software.amazon.awssdk.services.translate.model.TranslateException: Sorry, the TranslateText operation on the translate service is not currently supported by LocalStack > ``` Thank you for catching that! Since LocalStack doesn’t support it, I switched the tests to use WireMock to mock AWS Translate. I also tweaked the AWS test support so we can skip spinning up LocalStack when we only need the mock backend, should speed up CI a bit. Squashed everything into a single commit and removed the unrelated files. Tests are passing now. Let me know what you think........ -- 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]
