Skip to content

Joseph-T-Gordon

A complete log of all recent projects and skills

Menu
  • About me
  • Posts/Projects
  • Resume/Certifications
Menu

Post #142 (AWS) – Messaging between applications in AWS

Posted on September 18, 2023September 18, 2023 by admin

I plan to go into more detail in my next few post in this post I would just like to give a broad explanation. In AWS inevitably your applications will likely talk to each out. With synchronous communication they talk directly to each other and with asynchronous there’s a queue between the two applications. If these applications talk directly to each other they might become overwhelmed if there’s too much communication ongoing. The best way around this is to “decouple” your application and allow the messaging to scale separately from your application itself. Some of these services that allow you to decouple your application are SQS, Kinesis, and SNS. I will get into all of these into more detail on a later post.

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

© 2025 Joseph-T-Gordon | Powered by Minimalist Blog WordPress Theme