amazon-sns Questions
7
I am trying to set up a notification for the code pipeline using its notification rule which supporters SNS.
As you can see in the picture the status is "unreachable"
If I look at the l...
Infiltrate asked 22/3, 2021 at 9:10
4
I'm using the Amazon AWS Ruby SDK for Amazon SNS but I'm having some trouble with devices already being registered. Sometimes when a device gets registered again I get an error like AWS::SNS::Error...
Emetine asked 23/10, 2013 at 19:53
1
I am trying to create a subscriber to SNS topic with a simple filter policy, after some debugging, I find that the simplest possible setting on the subscriber still not working though I did everyth...
Longboat asked 4/5, 2024 at 4:23
8
Solved
I have an AWS lambda function that I created via apex. I've also created a SNS topic and a subscription through terraform.
My topic is: arn:aws:sns:ap-southeast-1:178284945954:fetch_realm_auctions...
Colon asked 25/9, 2016 at 16:34
11
Solved
I am trying to prototype a distributed application using SNS and SQS.I have this topic:
arn:aws:sns:us-east-1:574008783416:us-east-1-live-auction
and this queue:
arn:aws:sqs:us-east-1:5740087834...
Boulogne asked 8/5, 2011 at 10:3
6
I am integrating SNS and Slack. I have created a slack app with incoming webhook enabled. I have got the webhook URL. I created a subscription for a SNS Topic with HTTPS protocol and set the Endpoi...
Bimonthly asked 17/3, 2018 at 19:42
3
I would like to know if is possible to configure
SNS Delivery Retry Policies through cloudFormation.
I couldn't find it in any online documentation. If such configuration is possible,
I would real...
Severini asked 15/8, 2013 at 22:42
2
I'm currently using FCM (legacy) to send push notifications to my customers' Android devices from AWS SNS by adding FCM as a platform endpoint.
I've recently received notification from Firebase tha...
Frisket asked 7/7, 2023 at 16:7
3
Solved
I'm trying to set up an SNS topic with AWS CloudFormation.
I'm able to get the topics and its SQS subscriptions up and running, but I couldn't find a way to specify the delivery status logging opti...
Oology asked 26/11, 2019 at 15:8
4
Solved
On the SNS Message filtering page there is an example for AND/OR Logic as follows
AND logic : Apply AND logic by using multiple attribute names (keys). For example, the policy:
{
"customer_inte...
Presentment asked 27/6, 2018 at 9:14
3
Solved
I am using AWS SNS for sending alert emails. Now the email content is really long therefore I wish to send it as a file attachment rather than sending it as a email content. Can this be done using ...
Hematology asked 25/8, 2015 at 7:16
1
Solved
I've got a SNS topic setup that has two subscribers:
The AWS Chatbot
An Email Address
If I sent a test message in the AWS console using the "Send Test Message" button in the AWS Chatbot...
Thereafter asked 19/10, 2023 at 18:34
4
Solved
I'm trying to publish some data to SNS from a Lambda function call, but it doesn't seem to be working. My function code is -
public class Handler implements RequestHandler<DynamodbEvent, Void&...
Antimagnetic asked 28/12, 2015 at 8:42
4
I subscribed to a SNS topic with an endpoint of an email address.
I have received notice of unsubscribing from the topic lastnight, I asked all who had access to the inbox, nobody clicked the unsu...
Hax asked 20/4, 2018 at 4:25
9
Solved
I am building an API which will be serviced by Lambda functions but I need these to be asynchronous so rather than connecting the API-Gateway directly to the Lambda function I'm using the "AWS Serv...
Winkle asked 10/12, 2015 at 23:11
2
Solved
We are introducing SNS + SQS to handle event production and propagation in our micro services architecture, which has so far relied on HTTPS calls to communicate with each other. We are considering...
Sarre asked 21/3, 2020 at 14:35
2
Solved
The official aws documentation on how to send a Textmessage with the aws SDK in java is pretty straightforward.
However, when sending a message like shown in the example at the bottom, I'm getting ...
Marks asked 10/8, 2016 at 10:44
3
I would like to run the functional tests for my application which tries to publish a message to AWS SNS. I tried LocalStack and found that it does everything I need to mock and publish messages loc...
Ossiferous asked 13/11, 2017 at 22:56
10
I am trying to send SNS messeges to android through web api.
Downloaded and installed the SDK from http://aws.amazon.com/developers/getting-started/php/
Got following error while running sample.ph...
Isabea asked 10/12, 2014 at 12:4
2
Solved
I am trying to use x-ray to trace requests which use an SNS-SQS fanout pattern.
The request comes from API GW, lambda proxy integration, published to SNS and delivered to a subscribed SQS which ha...
Out asked 30/5, 2019 at 11:9
5
In my application i need to send messages to the given topic name. The topic is already created by other person and in a config file they give only the topic Name. My work is to push the messages i...
Deerstalker asked 19/4, 2016 at 14:15
4
Solved
I've created an SNS topic, and I'd like to subscribe to it with a filter policy that matches a nested attribute. For example, given a message like this:
{
"foo": {
"bar": "baz"
},
"quux": "vor...
Narcosis asked 17/10, 2018 at 0:20
6
I am trying to delete a subscription to an SNS topic (specifically an email address) that is unconfirmed, but the AWS console won't let me. It will let me delete subscriptions that are confirmed ho...
Fortyniner asked 24/3, 2014 at 18:2
3
I am using Redshift scheduled queries to run an UNLOAD command. I would like to receive a notification if the query fails. I enabled SNS, but the message is the same regardless of if the job succee...
Clearheaded asked 11/6, 2021 at 19:14
1
I am able to successfully schedule a redshift query, which is not very fancy. Just simple truncate and load. I also created a SNS topic and attached to this query. I am getting an email notificatio...
Suchlike asked 7/10, 2021 at 17:4
1 Next >
© 2022 - 2025 — McMap. All rights reserved.