AWS Cloud Praticttioner #02
Hello guys, continuing our AWS Cloud Practitioner series, today we are going to study a specific case and explain how we can solve it using AWS resources. According to the following case: A softwar...

Source: DEV Community
Hello guys, continuing our AWS Cloud Practitioner series, today we are going to study a specific case and explain how we can solve it using AWS resources. According to the following case: A software development company needs to notify the engineering team whenever a new bug is reported in their bug tracking system. Some team members need to be notified immediately, while others can process the bug reports later. How can this be solved in AWS Cloud? Simple: you can use Amazon SNS. With Amazon SNS, it is possible to subscribe different endpoints to SNS topics and ensure that the right people or services receive information in real time. What is an example of a service that can receive information from an SNS topic? One example is Amazon SQS queues. SQS is a message queue service that allows systems to communicate in a decoupled way by storing messages in a queue until they are processed. SQS queues can be configured as standard queues or First-In-First-Out (FIFO) queues. For example, you