Software Alternatives & Reviews

Getting started with SNS and SQS

Amazon SQS Amazon SNS Amazon S3 AWS Lambda Amazon Key Management Service Amazon Kinesis
  1. Amazon Simple Queue Service is a fully managed message queuing service.
    Pricing:
    • Open Source
    Amazon Simple Queue Service (SQS) is the message queuing service. This fully-managed service helps applications which leverages serverless architectures, micro-services architectures and distributed services to design and architect a perfect decoupled application.

    #Data Integration #Stream Processing #Web Service Automation 65 social mentions

  2. Fully managed pub/sub messaging for microservices, distributed systems, and serverless applications
    Amazon Simple Notification Service (SNS) as the name goes it is a notification service which works on the publisher-subscriber (Pub/Sub) messaging model. This is a fully managed messaging service for application integrations.

    #Data Integration #Web Push Notifications #Push Notifications 55 social mentions

  3. Amazon S3 is an object storage where users can store data from their business on a safe, cloud-based platform. Amazon S3 operates in 54 availability zones within 18 graphic regions and 1 local region.
    SNS facilitates with publishers from external or triggered from AWS Services such as EventBridge or triggers from S3 object events, Lambda fns and many more or it could be involved programmatically with sns:publish which publish to a designated topic and all the subscribers to that specific topic receives the message.

    #Cloud Hosting #Object Storage #Cloud Storage 171 social mentions

  4. Automatic, event-driven compute service
    Pricing:
    • Open Source
    SNS facilitates with publishers from external or triggered from AWS Services such as EventBridge or triggers from S3 object events, Lambda fns and many more or it could be involved programmatically with sns:publish which publish to a designated topic and all the subscribers to that specific topic receives the message.

    #Cloud Computing #Cloud Hosting #Backend As A Service 248 social mentions

  5. Sysadmin
    Message encryption is considered an important aspect for any messaging service, this is achieved with AWS Key Management System which uses the customer master key (CMK) and 256-bit AES-GCM algorithm to encrypt the message in rest and the message is decrypted when the subscribers receive the message.

    #Network & Admin #Security & Privacy #Password Management 34 social mentions

  6. Amazon Kinesis services make it easy to work with real-time streaming data in the AWS cloud.
    Multiple subscribers are supported for a topic which could be Lambda fns, SQS, Kinesis, HTTP endpoint. The subscribers are not only limited to applications but also email notifications, push notifications on the mobile apps and SMS messages.

    #Stream Processing #Data Management #Analytics 23 social mentions

Discuss: Getting started with SNS and SQS

Log in or Post with