SQS
2025
Detect EventBridge target failure: Part 1 - with dead letter queue
·4 mins·
0
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·
2
AWS
Serverless
EventBridge
SQS
When EventBridge needs to deliver messages to SQS, depending on cross account or cross region, the solution is different.
2024
SQS encryption options
·4 mins·
0
AWS
Serverless
SQS
Encryption
SQS supports both in-transit and server side encryption. For serverside encryption, you can from SSE-SQS or SSE-KMS. What exactly is suitable for you depends on your requirement. In this blog, I focus on how to choose the correct SSE method for cross account access.
Dead Letter Queue (DLQ) for AWS Step Functions
·6 mins·
1
AWS
Serverless
Step Functions
SQS
DLQ
Step Functions - one of the main Serverless services offered by AWS for workflow orchestration - does not support dead letter queues natively. This is how we can work around to use DLQ with Step Functions.
2023
Implement custom retry logic with SQS & Lambda - Part I - using SQS delayed messages
·5 mins·
0
AWS
Serverless
Lambda
SQS
This explains a way to implement custom retry logic with SQS and Lambda.
AWS Lambda Concurrency when SQS FIFO Queue as Trigger
·4 mins·
1
AWS
Serverless
Lambda
SQS
Concurrency
In this blog, it is discussed how Lambda concurrency is determined when a SQS FIFO queue is configured as the trigger.
Self healing Serverless App with Lambda Destinations and EventBridge
·6 mins·
0
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·
0
AWS
Serverless
EventBridge
SQS
CDK
This blog post shows how we can split messages in a SQS queue into mulitple queues usint Amazon EventBride