What is a Dead Letter Queue (DLQ)?

A Dead-Letter Queue (DLQ) is like a message timeout corner in a software system.

2 min · 378 words · sid

Background Tasks in Lambda Using SQS

In the world of serverless computing, AWS Lambda has become a popular choice for executing code without the need for provisioning or managing servers. One of the key features of AWS Lambda is its ability to run functions in response to various events.

3 min · 493 words · sid