EventBridge
2025
Detect EventBridge target failure: Part 2 - using enhanced monitoring
·4 mins·
loading
AWS
Serverless
EventBridge
CloudWatch
When EventBridge cannot deliver a message to a target, there are several ways to get notified. In this blog we discuss how EventBridge enhanced logging can be used in this scenario.
Detect EventBridge target failure: Part 1 - with dead letter queue
·4 mins·
loading
AWS
Serverless
EventBridge
SQS
DLQ
When EventBridge cannot deliver a message to a target, there are several ways to get notified. In this blog we discuss an approach of using a dead letter queue
EventBridge to SQS when cross region and cross account
·3 mins·
loading
AWS
Serverless
EventBridge
SQS
When EventBridge needs to deliver messages to SQS, depending on cross account or cross region, the solution is different.
2023
Call external APIs with OAuth within Step Functions
·6 mins·
loading
AWS
Serverless
Step Functions
EventBridge
EventBridge Connection
This blog post shows how we can call external HTTPS endpoint within Step Function execution using new native HTTPS integration.
3 ways to catch all the events going through the EventBridge Event Bus
·3 mins·
loading
AWS
Serverless
EventBridge
This blog post shows how we can implement 3 different rules that can be used to implement catch-all functionality for a EventBridge event bus.
Amazon EventBridge - How to manage Bus to Bus recursive message passing
·3 mins·
loading
AWS
Serverless
EventBridge
Let’s discuss how to address recursive messages passing between two EventBridge buses.
Self healing Serverless App with Lambda Destinations and EventBridge
·6 mins·
loading
AWS
Lambda
Serverless
EventBridge
EventBridge Pipe
SQS
In this blog post, explains how a Lambda based Serverless application reacts to the errors and attempts to re-drive messages to the origin in a controlled manner.
Split messages from single SQS queue into Multiple SQS queues using EventBridge
·4 mins·
loading
AWS
Serverless
EventBridge
SQS
CDK
This blog post shows how we can split messages in a SQS queue into mulitple queues usint Amazon EventBride