Top "Amazon-sns" questions

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

How do push notifications work?

I'm trying to implement push notifications on my PHP-based website. The goal is to make something similiar to what Stackoverflow …

php javascript apache push-notification amazon-sns
Sending html content in AWS SNS(Simple Notification Service) emails notifications

I am using AWS SNS(Simple Notification Service) to send email notifications. In the content of the email, I have …

amazon-web-services amazon-sns
how to connect a cloudwatch alarm to a lambda function

How do you connect an aws cloud watch alarm to a lambda function invocation? I am programmatically adding a cloud …

amazon-web-services amazon-sns amazon-cloudformation aws-lambda amazon-cloudwatch
The AWS Access Key Id needs a subscription for the service

I'm getting following error when tried to create topic for amazon sns : The AWS Access Key Id needs a subscription …

amazon-web-services amazon-sns
Sending Amazon SNS from my PHP server

I have an application both in Android and iOS platforms. Both of them are registered with Amazon SNS. This is …

php android ios urbanairship.com amazon-sns
Send an SMS via AWS SNS using boto3 in an AWS Lambda function?

I would like to send an SMS message from an AWS Lambda function using the boto3 publish method to notify …

python-2.7 sms amazon-sns boto3 aws-lambda
SNS to Lambda vs SNS to SQS to Lambda

I'm trying to understand whether I need SQS in my workflow if someone can help explain. In my app, when …

amazon-web-services aws-lambda amazon-sqs amazon-sns
Authorization when sending a text message using AmazonSNSClient

The official aws documentation on how to send a Textmessage with the aws SDK in java is pretty straightforward. However, …

java aws-sdk amazon-sns
SNS topic not publishing to SQS

I am trying to prototype a distributed application using SNS and SQS.I have this topic: arn:aws:sns:us-east-1:574008783416:…

amazon-web-services amazon-sqs amazon-sns
Push notifications on Android: Google GCM vs. Amazon SNS?

My Android app needs simple push notifications to be informed about the appearance of new data on a server. Android …

android push-notification android-c2dm google-cloud-messaging amazon-sns