Skip to content

Commit b884a0a

Browse files
authored
doc: added a new documentation for event filters (#300)
* doc: added a new documentation for event filters * removed typos from the event filter doc and formatted it better. * made new changes - moved the eventfilter doc to the guides section - linked the old eventfilter doc to the new one * updated the eventfilter doc based on the requested changes
1 parent 871d6e1 commit b884a0a

File tree

3 files changed

+450
-0
lines changed

3 files changed

+450
-0
lines changed

docs/documentation/concepts/triggers/events.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ client.defineJob({
107107

108108
They are declarative pattern-matching rules, modeled after [AWS EventBridge patterns](https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-event-patterns.html).
109109

110+
Here's a more detailed explanation of [Event filters](/documentation/guides/event-filter)
111+
110112
Given the following custom event payload:
111113

112114
```json

0 commit comments

Comments
 (0)