Top "Amazon-sns" questions

Amazon Simple Notification Service is a highly available, cloud hosted publish/subscribe manager.

Send SMS with AWS Javascript SDK

I want to send an SMS with the AWS javascript sdk with a verification code. var AWS = require('aws-sdk'); AWS.…

javascript node.js amazon-web-services amazon-sns
Is there a GCP equivalent to AWS SQS?

Im curious to understand the implementation of GCP's PubSub. Although Pubsub seems to point to follow a Publish-Subscribe design pattern, …

amazon-sqs publish-subscribe amazon-sns google-cloud-pubsub request-response
How to send an SMS with custom sender ID with Amazon SNS and Python and boto3

The documentation suggests to use message attributes for that but I can't seem to figure out what attribute name to …

python amazon-web-services sms amazon-sns boto3
What is advantage and disadvantage of using pubnub over Amazon Simple Notification Service (sns)?

For my team project, I need to propose which one should we use PubNub or Amazon Simple Notification Service (SNS). …

amazon-web-services notifications push-notification amazon-sns pubnub
Is it possible to integrate AWS SNS and AWS SQS FIFO queue

With the introduction of FIFO queues in SQS we are guaranteed that SQS messages will be delivered in order. Now, …

amazon-web-services amazon-sqs amazon-sns
Routing messages from Amazon SNS to SQS with filtering

In RabbitMQ, one can create an exchange, then bind it to multiple queues, each with a routing key. This enables …

amazon-web-services amazon-sqs amazon-sns
Send emails using SQS or SNS

I have a web application that should send emails to admin users when something happens in the application. For instance, …

amazon-web-services amazon-sqs amazon-sns amazon-ses aws-lambda
AMAZON AWS How do i subscribe an endpoint to SNS topic?

I'm implementing push notifications in an iOS app using Amazon SNS and Amazon Cognito services. Cognito saves tokens successfully, my …

ios amazon-web-services push-notification amazon-sns amazon-cognito
How to let AWS lambda in a VPC to publish SNS notification?

I have a lambda function that accesses my Postgres db in RDS via VPC. After it queries the db, I …

amazon-web-services aws-lambda amazon-sns amazon-vpc
Wait for AWS SNS publish callback to return a value to calling method

I am attempting to send a text message when a user requests to reset their password. I would like to …

javascript node.js async-await amazon-sns aws-sdk-js