An event target is the downstream service or endpoint where EventBridge delivers events after they match a rule. Each rule on an event bus can route matched events to one or more targets for processing. EventBridge supports 12 target types across seven categories.
Supported event targets
Serverless compute
| Target | Description |
|---|
| Function Compute | Run custom event-handling code without managing infrastructure. Suited for lightweight, on-demand processing such as data transformation or webhook relay. |
HTTP and HTTPS endpoints
| Target | Description |
|---|
| HTTP gateway | Push events to a custom HTTP endpoint. |
| HTTPS gateway | Push events to a custom HTTPS endpoint with TLS-encrypted delivery. |
Databases
| Target | Description |
|---|
| ApsaraDB RDS for MySQL | Write event data directly to an ApsaraDB RDS for MySQL instance. |
| Self-managed MySQL database | Write event data directly to a self-managed MySQL database. |
Logging and analytics
| Target | Description |
|---|
| Simple Log Service | Deliver events to Simple Log Service for centralized storage and analysis. |
Cross-bus routing
| Target | Description |
|---|
| EventBridge | Forward events to another event bus for multi-bus routing. |
What to do next
For parameter descriptions and configuration details for each target type, see Event target parameters.