ferozekhanhighcloud.hashnode.dev·Feb 5, 2025Creating an AWS CodeCommit repository that triggers email notifications via Amazon EventBridge and AWS Simple Notification ServiceIntroduction AWS CodeCommit is a fully managed source control service that enables teams to host secure and scalable Git repositories. In many scenarios, teams need real-time notifications when changes occur in a repository. AWS Simple Notification S...AWS EventBridge
Vijay Kumar Singhblogs.vijaysingh.cloud·Feb 3, 2025Stay Updated on NBA Games in Real-Time with AWS Event-Driven ArchitectureIntroduction Context and Background In the fast-paced world of sports, timely updates are crucial for fans and stakeholders alike. The NBA Game Day Notification Alert project was initiated to address the need for real-time notifications about NBA gam...Projectspython api
Raul Naupariblog.raulnq.com·Jan 15, 2025How to Ensure Message Order with AWS SNS and AWS SQSIn our previous post, Consuming AWS SQS messages in order, we discussed the basics of consuming messages in order using AWS SQS FIFO queues. Today, we will expand on that by incorporating the AWS SNS FIFO topic as a message source, demonstrating how ...33 readsdotnet
Bennie Sowah Jrbenniesowah.hashnode.dev·Dec 16, 2024How to Monitor URLs and Send Alerts Using AWS Lambda and SNSPrerequisites Active AWS Account Active Email Address Introduction One of the many tasks I have had to complete as a DevOps engineer is monitoring the URLs of apps in production and sending email alerts to stakeholders whenever the URLs go down. ...monitoring
Marcelo Amorimmarceloamorim.hashnode.dev·Dec 9, 2024Introduction to Amazon Simple Notification Service (SNS)Amazon Simple Notification Service (SNS) is a fully managed publish/subscribe (pub/sub) messaging service that enables fast, flexible, and scalable message delivery. With SNS, you can decouple and scale microservices, distributed systems, and serverl...sns
Marcelo Amorimmarceloamorim.hashnode.dev·Dec 9, 2024Understanding the Fan-Out Pattern with AWSThe Fan-Out architectural pattern is widely used in distributed systems to allow a single message or event to trigger multiple parallel actions. This concept is essential in modern architectures as it enables scalability, parallel processing, and dec...AWS
Dhruv Moradiyadhruvmoradiya.hashnode.dev·Nov 20, 2024Day-46: Set Up CloudWatch Alarms and SNS Topic in AWSHey, learners! 🎉You’ve been working with AWS services for at least the past 45 days. But have you ever wondered what would happen if a service kept charging your account, and you didn’t realize it until your pocket money was gone? 😱 What is Amazon...90DayofdevopsAWS CloudWatch
Marcelo Amorimmarceloamorim.hashnode.dev·Nov 19, 2024Introdução ao Amazon Simple Notification Service (SNS)O Amazon Simple Notification Service (SNS) é um serviço de mensagens totalmente gerenciado de publicação/assinatura (pub/sub ou publish/subscribe) que permite o envio de mensagens de forma rápida, flexível e escalável. Com o SNS, você pode desacoplar...AWS
Marcelo Amorimmarceloamorim.hashnode.dev·Nov 18, 2024Introdução ao Amazon Simple Queue Service (SQS)O Amazon Simple Queue Service (SQS) é um serviço de filas de mensagens totalmente gerenciado que permite o desacoplamento e comunicação entre microsserviços, sistemas distribuídos e aplicativos sem servidor. O SQS facilita a troca de mensagens entre ...AWS
Aditya Gadhaveadityag7678.hashnode.dev·Nov 16, 2024Understanding SNS: What It Is and How It WorksWhat is SNS? SNS stands for Simple Notification Service. It is a web service which makes it easy to set up, operate, and send a notification from the cloud. It provides developers with the highly scalable, cost-effective, and flexible capability t...AWS