This is an automated email from the ASF dual-hosted git repository.

pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git


The following commit(s) were added to refs/heads/main by this push:
     new 9653a7a0a AWS EventBridge: replace last localstack usage with 
motoserver/moto (#1902)
9653a7a0a is described below

commit 9653a7a0a6dffb71e0ce2b2362103ea74d282ba6
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Sep 4 09:46:18 2026 +0100

    AWS EventBridge: replace last localstack usage with motoserver/moto (#1902)
---
 docker-compose.yml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/docker-compose.yml b/docker-compose.yml
index 41d6a0d51..24e739da0 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -4,12 +4,9 @@
 
 services:
   amazoneventbridge:
-    image: localstack/localstack:0.10.7
-    environment:
-      - "SERVICES=events"
-      - "DEBUG=true"
+    image: motoserver/moto:5.2.3
     ports:
-      - "4587:4587"
+      - "4587:5000"
   amazonsns:
     image: pafortin/goaws
     ports:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to