SQS
2024
SQS encryption options
·4 mins·
loading
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·
loading
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·
loading
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·
loading
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·
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