EventBridge Rule

EventBridge Rule Presets

Ready-to-deploy configuration presets for EventBridge Rule. Each preset is a complete manifest you can copy, customize, and deploy.

3 presets
01

Scheduled Lambda

This preset creates a scheduled EventBridge rule that triggers a Lambda function on a recurring schedule. It is the serverless replacement for traditional cron jobs — no servers to manage, no crontab...

02

Event Pattern to SQS

This preset creates an event-pattern-based EventBridge rule that routes matching AWS events to an SQS queue with a dead letter queue for failed deliveries. It demonstrates the core event-driven...

03

Multi-Target Fan-Out

This preset creates an event-pattern-based rule on a custom event bus that routes matching events to two targets simultaneously — a Lambda function with input transformation and retry policy, and an...