AWS Messaging Services
Last updated
Last updated
AWS SNS and AWS SQS are the two messaging services provided by Amazon Web Services.
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
Another example can also be illustrated as follows:
Order Fulfilment at eCommerce site: