> For the complete documentation index, see [llms.txt](https://notes.radifine.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.radifine.com/aws/other-aws-services/aws-messaging-services.md).

# AWS Messaging Services

AWS SNS and AWS SQS are the two messaging services provided by Amazon Web Services.&#x20;

Both have use cases to be used to be integrated for applications for messaging

Example: Using Amazon SNS, messages are being subscribed to a topic which based on business logic can be queued to appropriate Lambda function as trigger

<figure><img src="https://3681896347-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjfQTFfcSjS8MYnjfKw2c%2Fuploads%2F1rpDVMMZoMrNgpGpk1j4%2Fimage.png?alt=media&amp;token=e77c2a95-6635-44bf-8925-3b5055a07434" alt=""><figcaption><p>Source: <a href="https://miro.medium.com/v2/resize:fit:720/format:webp/1*Zh0muEji5v4nKw60pUeMAA.png">https://miro.medium.com/v2/resize:fit:720/format:webp/1*Zh0muEji5v4nKw60pUeMAA.png</a></p></figcaption></figure>

Another example can also be illustrated as follows:

<figure><img src="https://3681896347-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjfQTFfcSjS8MYnjfKw2c%2Fuploads%2FyM67DoGwDB2OVaJcK1Mb%2Fimage.png?alt=media&amp;token=3c265351-f16a-451a-971b-e6c64d40082d" alt=""><figcaption><p>Source: <a href="https://media.amazonwebservices.com/blog/sns_sqs_image_proc_2.png">https://media.amazonwebservices.com/blog/sns_sqs_image_proc_2.png</a></p></figcaption></figure>

Order Fulfilment at eCommerce site:

<figure><img src="https://3681896347-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FjfQTFfcSjS8MYnjfKw2c%2Fuploads%2Fs3FBX2PoEPOhHNkj8Kv3%2Fimage.png?alt=media&amp;token=c19cbf70-0547-4c36-89fe-036f5c32986b" alt=""><figcaption><p>Source: <a href="https://www.slideshare.net/JungHakLee4/awskrug-aws-sns-sqs-and-ses">https://www.slideshare.net/JungHakLee4/awskrug-aws-sns-sqs-and-ses</a></p></figcaption></figure>
