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: automation
Deploy Your First AWS Batch Using CodePipeline and CloudFormation
Deploying an automated workload on AWS can be both rewarding and empowering, especially when using AWS CodePipeline and AWS Batch. In this blog post, you’ll learn how to create a scalable deployment pipeline from scratch using AWS CloudFormation templates. We’ll …
Read More "Deploy Your First AWS Batch Using CodePipeline and CloudFormation"
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"
