skip to Main Content

AWS SNS

SNS Simple Notification Service Publish messages from an application and immediatly deliver Publish Subscribe (pub-sub) Push out messages Instant no polling needed Simple APIs works on a publish - subscribe model, SNS notifies the message, and hence push based approach.…

Read more

AWS SQS

First service of AWS - simple Queue Service SQS is PULL Used to decouple sending / receiving components without requiring each application component to be concurrently available Message oriented API Message can contain up to 256KB of text billed at…

Read more
Back To Top