Top "Amazon-sns" questions

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

How to add SQS message attributes in SNS subscription?

The documentation for AWS SNS and SQS have sections about message attributes. But there is no explanation how to have …

amazon-web-services amazon-sqs amazon-sns
AWS API-Gateway communicating to SNS

I am building an API which will be serviced by Lambda functions but I need these to be asynchronous so …

amazon-web-services amazon-sns aws-api-gateway
How to setup permissions for S3 event to SNS topic?

I am trying to create an event on an S3 bucket (named testBucket) so that every time a new object …

amazon-s3 amazon-sns
Is it possible to receive an Amazon SNS message on a JS script?

I know some options using ruby on rails and/or node.js and PubNuB, a service that has many APIs …

javascript amazon-web-services publish-subscribe amazon-sns
Cost of Azure Notification Hubs vs Amazon SNS

I've been evaluating options for sending mobile push notifications and looked at pricing of Microsoft's vs Amazon's hub offerings. I …

azure amazon-web-services amazon-sns azure-notificationhub
AWS SNS is not sending SMS anymore

I have been using Amazon SNS to send SMS for a while, but two days ago it stopped working. I …

amazon-web-services amazon-sns
Amazon SNS: How to get EndpointArn by token(registrationId) using amazon .net sdk?

I am trying to get EndpointArn by registration id using aws .net sdk. But i couldn't find a nice way …

.net amazon-web-services push-notification google-cloud-messaging amazon-sns
How to delete a unconfirmed AWS SNS subscription

I am trying to delete a subscription to an SNS topic (specifically an email address) that is unconfirmed, but the …

amazon-web-services amazon-sns
Anyone using Node.js with Amazon SNS and Apple Push Notifications?

I'm looking for examples of using node.js with Amazon SNS and Apple APN push notifications. We use Amazon for …

node.js amazon-web-services apple-push-notifications amazon-sns
Sending attachment using AWS SNS(Simple Notification Service)

I am using AWS SNS for sending alert emails. Now the email content is really long therefore I wish to …

amazon-sns