Top "Amazon-sns" questions

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

What is the difference between Amazon SNS and Amazon SQS?

I don't understand when I would use SNS versus SQS, and why are they always coupled together?

amazon-web-services amazon-sqs amazon-sns
Can you publish a message to an SNS topic using an AWS Lambda function backed by node.js?

Can you publish a message to an SNS topic using an AWS Lambda function backed by node.js?

amazon-web-services aws-lambda amazon-sns
AWS SDK for PHP: Error retrieving credentials from the instance profile metadata server

I am trying to send SNS messeges to android through web api. Downloaded and installed the SDK from http://aws.…

php amazon-web-services google-cloud-messaging aws-sdk amazon-sns
FCM with AWS SNS

I am using AWS resources for my android project, I am planning to add push notification service for my project …

android amazon-web-services google-cloud-messaging amazon-sns firebase-cloud-messaging
AWS: Publish SNS message for Lambda function via boto3 (Python2)

I am trying to publish to an SNS topic which will then notify a Lambda function, as well as an …

python-2.7 amazon-sns aws-lambda boto3
Getting "EndpointDisabled" from Amazon SNS

I'm using Amazon SNS. Notifications work well, but sometimes I get this error: { "message": "Endpoint is disabled", "code": "EndpointDisabled", "name": "…

amazon-web-services amazon-sns
How to specify Android notification channel for FCM push messages in Android 8

Our app now has targetSdkVersion 26 (Android 8) and the app uses FCM push notifications. As FCM documentation prescribes I updated the …

android firebase-cloud-messaging amazon-sns notification-channel
How to publish sns to a specific endpoint?

I have a issue with publishing sns to a specific endpoint. My code: var AWS = require('aws-sdk'); AWS.config.loadFromPath(…

node.js amazon-web-services amazon-sns
How can i confirm the subscription request HTTP from amazon SNS

I have been searching all over the web and nothing gives a clear answer to confirm the subscription request from …

amazon-web-services amazon-sns
AWS Lambda NoClassDefFoundError

I am having difficulty with a Java based Lambda function setup to receive messages from SNS. My function looks like …

amazon-web-services amazon-sns aws-lambda