apupier commented on code in PR #8194:
URL: https://github.com/apache/camel-quarkus/pull/8194#discussion_r2717658492
##########
pom.xml:
##########
@@ -258,7 +258,7 @@
<kafka.container.image>quay.io/strimzi-test-container/test-container:latest-kafka-4.1.0</kafka.container.image>
<keycloak.container.image>quay.io/keycloak/keycloak:${keycloak.version}</keycloak.container.image>
<kudu.container.image>mirror.gcr.io/apache/kudu:1.18.0-ubuntu</kudu.container.image>
-
<localstack.container.image>mirror.gcr.io/localstack/localstack:4.9.2</localstack.container.image>
+
<localstack.container.image>mirror.gcr.io/localstack/localstack:latest</localstack.container.image>
Review Comment:
Note I tried with latest release 4.12.0 and got these errors:
```
[1;31mERROR[m] [1;31m
GroupedAwsSecretsManagerTest.testOperations:315->cleanLambdaFunction:127 »
ResourceNotFound Function not found:
arn:aws:lambda:us-east-1:000000000000:function:cq-secret-rotator-u38i1br0rt8gzzurhajf
(Service: Lambda, Status Code: 404, Request ID:
21e2ce0d-b0e9-4792-be45-6eb7e1f1b572) (SDK Attempt Count: 2)[m
[[1;31mERROR[m] [1;31m GroupedAws2CwTest.lambda$metric$0:98 » CloudWatch
exception while calling cloudwatch with unknown operation: An unknown error
occurred when trying to parse the request. (Service: CloudWatch, Status Code:
500, Request ID: 9b5fe870-d938-4415-95df-9fa1a9569ece) (SDK Attempt Count: 4)[m
```
with latest, I got one:
```
[[1;31mERROR[m] [1;31mErrors: [m
[[1;31mERROR[m] [1;31m
GroupedAwsSecretsManagerTest.testOperations:315->cleanLambdaFunction:127 »
ResourceNotFound Function not found:
arn:aws:lambda:us-east-1:000000000000:function:cq-secret-rotator-e6wnglui0vzm0jeysopt
(Service: Lambda, Status Code: 404, Request ID:
281fd921-cb46-4c76-add9-a87ccc6a1773) (SDK Attempt Count: 2)[m
```
--
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]