← Prompts
Reference AWS Agent Skills
EventBridge Event Patterns
# EventBridge Event Patterns Comprehensive guide to event pattern matching. ## Pattern Syntax ### Exact Match ```json { "source": ["my-app.orders"] } ``` ### Multiple Values (OR) ```json { "
# EventBridge Event Patterns
Comprehensive guide to event pattern matching.
## Pattern Syntax
### Exact Match
```json
{
"source": ["my-app.orders"]
}
```
### Multiple Values (OR)
```json
{
"source": ["my-app.orders", "my-app.inventory"]
}
```
### Nested Fields
```jsonSign in to view the full prompt.
Sign InClassification
Reference Documentation, cheatsheets, setup guides
Scope Project
This codebase Manual Manually placed / Persistent