Skip to main content

EventBridge

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