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: DevOps
Implementing AWS CodePipeline Automatic Rollback with SAM & CloudFormation
Tired of stressful deployment failures? Learn how to implement AWS CodePipeline's automatic rollback feature. Using CloudFormation with PipelineType: V2 and OnFailure: ROLLBACK, plus a buildspec.yml for your SAM app, you can create a safety net that automatically reverts failed deployments, …
Read More "Implementing AWS CodePipeline Automatic Rollback with SAM & CloudFormation"
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"
Solving AWS Config Conformance Pack Remediation Challenges: A Journey from Frustration to Success
Overcoming challenges in deploying AWS Config Conformance Packs with custom remediation, we share our journey from initial failures to a seamless solution. Discover key learnings, troubleshooting steps, and the final template that made automated remediation work flawlessly.
Translate SAM to CloudFormation: Verify and Understand Infrastructure Changes
Ever wondered what AWS resources SAM will create before hitting deploy? Get a sneak peek by translating your SAM template into CloudFormation script right within your IntelliJ IDE. This pre-deployment safety check empowers you to verify and understand the exact …
Read More "Translate SAM to CloudFormation: Verify and Understand Infrastructure Changes"
Dynamic Feature Management with AWS AppConfig: A Step-by-Step SAM Integration Guide
In today's fast-paced software development world, the ability to quickly enable, disable, or modify application features without deploying new code is a game-changer. AWS AppConfig provides a robust solution for this, and integrating it into your AWS Serverless Application Model …
Read More "Dynamic Feature Management with AWS AppConfig: A Step-by-Step SAM Integration Guide"
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!)"
Visualizing SAM/CloudFormation Templates: Moving Beyond CloudFormation Designer with AWS Application Composer
AWS has shifted gears in the way we visualize cloud infrastructure, promoting AWS Application Composer over the older CloudFormation Designer. While this brings a modern interface, there are nuances to understand, especially when working with SAM templates. Dive into this …
