← 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

```json

Sign in to view the full prompt.

Sign In

Classification

Reference Documentation, cheatsheets, setup guides
Scope Project
This codebase
Manual Manually placed / Persistent