Amazon SQS is essential for message queuing but poses a risk of data loss if messages fail and remain in a Dead Letter Queue (DLQ) past the 14-day retention. Here's a serverless solution that automatically redrives aging messages from DLQs …
Tag: lambda
Understanding Push vs. Pull in AWS Event-Driven Architecture
Curious about push and pull in AWS’s Event-Driven Architecture? This post unravels how SNS, SQS, and Event Source Mapping power decoupled serverless solutions, while bridging push- and pull-based models. Learn how to fine-tune concurrency, handle scaling, and profit from EDA …
Read More "Understanding Push vs. Pull in AWS Event-Driven Architecture"
AWS Cloud Map: Your Secret Weapon for Zero-Downtime API Upgrades (Even When Serverless!)
Are you tired of juggling inter-dependent API upgrades across departments without causing downtime? Frustrated with the hefty bills from Route 53 network calls? Or maybe you're pulling your hair out over changing API URLs in countless codebases? Enter AWS Cloud …
Read More "AWS Cloud Map: Your Secret Weapon for Zero-Downtime API Upgrades (Even When Serverless!)"
Auto-Healing SNS Subscriptions in AWS SAM: A Solution for Large Enterprises
Struggling with SNS Topic subscriptions mysteriously turning off in your enterprise? Discover a robust solution that leverages AWS SAM, Lambda, and the AWS SDK to automatically detect and re-subscribe emails, ensuring seamless communication. This comprehensive guide will walk you through …
Read More "Auto-Healing SNS Subscriptions in AWS SAM: A Solution for Large Enterprises"
AWS Log Subscription Filter: A Hands-On Guide with AWS SAM
Unleash the power of AWS SAM and Lambda to streamline log monitoring! This hands-on guide will walk you through building a custom log subscription filter, empowering you to pinpoint critical log events in real-time. Learn to filter, process, and receive …
Read More "AWS Log Subscription Filter: A Hands-On Guide with AWS SAM"
