Amazon Simple Notification Service is a highly available, cloud hosted publish/subscribe manager.
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 serverlessI'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-cloudwatchI have requirement to publish messages from SNS to kinesis. I have found that, it is not possible directly by …
aws-lambda amazon-sqs amazon-snsI 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-snsI 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-pinpointDoes anyone know of an open-source equivalent to Amazon SNS? Maybe something that supports a similar pub-sub interface but that …
open-source amazon-snsI'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-snsWhen 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-lambdaIn my JAVA application, I'm using Amazon SNS to send emails to customer; Once I subscribe one customer(email id) …
amazon-web-services amazon-snsI 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