Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 1f7f707

Browse files
authored
document that the new event rule engine is default for new eventbridge provider (#1373)
1 parent 9fa2424 commit 1f7f707

File tree

1 file changed

+4
-2
lines changed
  • content/en/user-guide/aws/events

1 file changed

+4
-2
lines changed

content/en/user-guide/aws/events/index.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,10 @@ $ localstack logs
124124
## Supported target types
125125

126126
{{< callout >}}
127-
LocalStack now supports a new event rule engine for [EventBridge event patterns](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html).
128-
You can [configure]({{< ref "configuration" >}}) `EVENT_RULE_ENGINE=java` (preview) to use the AWS [event-ruler](https://github.com/aws/event-ruler), which offers better parity.
127+
LocalStack supports a new event rule engine for [EventBridge event patterns](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html).
128+
You can [configure]({{< ref "configuration" >}}) `EVENT_RULE_ENGINE=java` (preview) to use the AWS [event-ruler](https://github.com/aws/event-ruler), which offers better parity with AWS.
129+
130+
If you are using the new EventBridge provider (`PROVIDER_OVERRIDE_EVENTS=v2`), you do not need to set this configuration separately. This setting is only required if you are using the old provider.
129131
{{< /callout >}}
130132

131133
At this time LocalStack supports the following [target types](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-targets.html#eb-console-targets) for EventBridge rules:

0 commit comments

Comments
 (0)