Top "Amazon-sns" questions

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

AWS Lambda Function always returns null (Node/Javascript)?

I have a simple Lambda function that is supposed to take event data and send a message to an SNS …

node.js amazon-web-services aws-lambda amazon-sns serverless
What is in the JSON payload Cloudwatch sends to SNS? How can I read that data?

I'm trying to parse data with Lambda when an alarm is triggered in Cloudwatch. I am currently using SNS to …

python amazon-web-services aws-lambda amazon-sns amazon-cloudwatch
Publish message from SNS to kinesis

I have requirement to publish messages from SNS to kinesis. I have found that, it is not possible directly by …

aws-lambda amazon-sqs amazon-sns
Confirm SNS subscription on HTTP

I created an Amazon SNS Topic and added 2 subscriptions. My email id which works fine after confirmation. HTTP URL of …

amazon-web-services amazon amazon-sns
Amazon Pinpoint vs. Amazon SES/SMS

I would like to send a verification code to a specific user (only one) via email or text message. I …

amazon-web-services amazon-sns amazon-ses aws-pinpoint
Is there an open-source equivalent to Amazon SNS?

Does anyone know of an open-source equivalent to Amazon SNS? Maybe something that supports a similar pub-sub interface but that …

open-source amazon-sns
Amazon SNS -> SQS message body

I'm sending a message from an SNS topic to an SQS. When I'm checking the body of the SQS message …

java amazon-web-services amazon-sqs amazon-sns
When Lambda is invoked by SNS, will there always be just 1 record?

When receiving events in Lambda from SNS the outer structure of the event will look somewhat like: { "Records": [...] } In all …

amazon-web-services amazon-sns aws-lambda
How to confirm the subscription of Amazon SNS without having the endpoint token?

In my JAVA application, I'm using Amazon SNS to send emails to customer; Once I subscribe one customer(email id) …

amazon-web-services amazon-sns
Specify region when publishing to an SNS topic using AWS SDK for Ruby

I am publishing a message to and AWS SNS topic from a Rails 3 application using the AWS SDK for Ruby …

ruby amazon-web-services amazon-sns