Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/documentation/concepts/triggers/events.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ client.defineJob({

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

Here's a more detailed explanation of [Event filters](/documentation/guides/event-filter)

Given the following custom event payload:

```json
Expand Down
Loading