Features | Pricing | Documentation | Contact | Blog

EventBridge Bus Destinations

Service Name: EventBridge
ARN Format: arn:aws:events:{region}:{account}:event-bus/{name of bus}
Style: Async (Write)
Actions (required Permissions): events:PutEvents
Payload Format: JSON Packet, one message per event

Proxylity's integration with EventBridge allows you to route incoming UDP packets to an EventBridge event bus of your choice. This is particularly useful for event-driven architectures where you want to trigger workflows or notifications based on UDP traffic.

Things to know about using EventBridge destinations:

See EventBridge destinations in action in our example, which streams UDP through EventBridge to CloudWatch Logs.