ARAnand Ravalinblog.anandraval.dev·10h ago · 3 min readAWS Day 47: Integrating AWS SQS and SNS for Reliable MessagingContinuing my KodeKloud 100 Days of Cloud journey, Day 47 focused on building a priority-based messaging system using Amazon SNS, Amazon SQS, AWS Lambda, and CloudFormation. The goal was simple: messa10
RMRohan Matreinrohanmatre.hashnode.dev·Aug 15 · 7 min readScaling Event-Driven Architecture: Implementing Amazon Connect Outbound Campaign Enrichment with TerraformAs a Platform Engineering team, our primary focus isn't just provisioning individual AWS resources. We translate high-level application requirements into reusable, maintainable, and repeatable infrast00
LBLalit Baggainblog.lalitbagga.com·Jul 22 · 7 min readMy Terraform Drift Alert Could Not Explain the DriftMy Terraform drift detector had a problem. It could run terraform plan, detect drift, and send me an email through SNS. But the message only told me that drift existed. It did not tell me which resour00
YJYasir Jafriinyasir323.hashnode.dev·Jun 26 · 17 min readThe Transactional Outbox Pattern in Python: Solving the Dual-Write ProblemThere's a particular kind of bug I've learned to be afraid of. It doesn't throw an exception. It doesn't show up in your tests. It passes code review, ships on a Friday, and works perfectly for three 10
RNRaul Naupariinblog.raulnq.com·May 12 · 23 min readAWS SQS Queue: Check ListAmazon Simple Queue Service (SQS) is deceptively simple to get started with, but surprisingly easy to misconfigure in ways that cause silent message loss, runaway costs, duplicate processing storms, o00
MKMohit Kindevops1001.hashnode.dev·Apr 19 · 1 min readKodekloud - 100 Days of cloud (AWS) Day 47: Integrating AWS SQS and SNS for Reliable MessagingStep 1: Login into the AWS environment using provided credentials. Step 2: Create a file named datacenter-priority-stack.yml and copy following code to it. Step 3: Create S3 Bucket using CLI 00
VVarunrajinvarunraj30.hashnode.dev·Apr 12 · 2 min readHow I Built a Scalable Video Transcoding Pipeline on AWS (S3 + SQS + ECS)In this article, I will discuss on how I built a simple video transcoding pipeline on AWS using an event-driven architecture. The goal is to automatically process uploaded videos and generate multiple00
PPPRATIK PATELinblog.pratikpatel.pro·Mar 30 · 4 min readSQS vs BullMQ vs Cron: Which One Should You Use for Background Jobs?When building backend systems, especially SaaS applications, handling background jobs correctly is critical. Whether it's sending emails, processing payments, or scheduling reminders, choosing the rig00
JLJosh Leeinsoftwareforbreakfast.hashnode.dev·Mar 16 · 15 min readThe 80/20 of AWS (the services that actually matter)AWS has over 200 services. That number is intimidating. You log into the console, see a wall of icons, and immediately feel like you need a certification just to figure out where to start. Here’s the 00
RNRaul Naupariinblog.raulnq.com·Mar 15 · 12 min readMoto Server: Our Own Local AWSMoto is an open-source Python library originally designed for mocking AWS services. Moto Server is its standalone HTTP server mode, which exposes a fully functional fake AWS API that any client — rega00