Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 4e7dbc5

Browse files
committed
Switch default to java for CI run
1 parent 1c37ed8 commit 4e7dbc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

localstack/config.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -765,7 +765,8 @@ def populate_edge_configuration(
765765
# Determine which implementation to use for the event rule / event filtering engine used by multiple services:
766766
# EventBridge, EventBridge Pipes, Lambda Event Source Mapping, SNS
767767
# Options: provider (default) | java
768-
EVENT_RULE_ENGINE = os.environ.get("EVENT_RULE_ENGINE", "").strip()
768+
# TODO: remove this default overwrite for CI BEFORE merging!!!
769+
EVENT_RULE_ENGINE = os.environ.get("EVENT_RULE_ENGINE", "java").strip()
769770

770771
# -----
771772
# SERVICE-SPECIFIC CONFIGS BELOW

0 commit comments

Comments
 (0)