3,022 questions
0
votes
0
answers
19
views
AWS Chatbot does not send a message to Slack when AWS Budget comes back to OK status
I configured an alert using AWS Chatbot/SNS/Budget when forecasted costs surpass a value. Chatbot sends a message to a Slack channel.
It works, but when the budget returns to OK status, Chatbot does ...
0
votes
1
answer
52
views
Sending AWS SNS notification to dynamic email address
I have an SNS topic to which a lambda is sending messages. The specific message contains the email address to which this message should be sent from SNS. Can I create an email topic subscriber in a ...
1
vote
0
answers
22
views
Multiple SNS Subscriptions To Same Endpoint with Different Subscription Filter Policies
I am working on a project where I manage JSON schemas that contain metadata used for notification emails. My goal is to dynamically create AWS SNS Subscriptions and configure their Subscription Policy ...
0
votes
0
answers
23
views
SimpleNotificationService Publish takes lot of time during high load
I've a .NET Core Web API that publishes messages to worker. When the load increases we see from telemetry that SimpleNotificationService.Publish from Amazon.AWS.AWSClientInstrumentation is taking more ...
0
votes
0
answers
14
views
Can receive Bounce, Delivery notification but not Complaint notification with Amazon SES
I'm setting up an AWS SES to send and get the feedback back, then forward the message to SNS topic. The problem is I can receive Bounce and Delivery notification but not Complaint when I click Report ...
0
votes
0
answers
26
views
Handling Platform Applications in AWS SNS
I am creating a Mobile Application where I am using AWS SNS for handling the notifications.
I want to send individual notifications to User, so the I haven't created any Topics.
Currently I am working ...
0
votes
0
answers
12
views
How to add custom header when calling to APNS when using AWS SNS?
I want to send time-sensitive notification to iOS, using AWS SNS.
Per Apple's doc, I need to add apns-priority and apns-expiration to the request header. The problem is I am using AWS SNS and I haven'...
0
votes
1
answer
42
views
Trying to trigger an AWS SNS topic from an Airflow DAG failure to invoke a Lambda function that creates a JIRA ticket for failed DAG
I have created a test dag which fails upon running for testing but I can't get the SNS topic to trigger after the dag fails.
Is something missing or something added stopping it from working and ...
0
votes
0
answers
13
views
Restricting foreground notifications in ionic angular capacitor app
I am using AWS SNS to trigger firebase notifications for android like below.
The stack is ionic angular, capacitor
Versions - All latest
aws sns publish --endpoint-url https://sns.us-east-1.amazonaws....
1
vote
0
answers
25
views
AWS SDK endpointOverride truncating on create topic calls. (AWS SDK V2 Java)
I am trying to create a topic. (using an emulator instead of real SNS) . As part of this in the SNSClient declaration i ensure the endpointOverride is pointing to my emulator endpoint. The client ...
0
votes
0
answers
94
views
How Send the SMS using AWS End User Messaging
We have set up AWS End User Messaging on AWS for sending SMS. In this setup, we created a phone pool, a configuration set, and a protection configuration. However, I'm unsure how to use these settings ...
0
votes
0
answers
60
views
AWS S3 sending notifications to an encrypted SNS topic
this is the scenario: I create in my AWS account S3 MyS3 and SNS topic MyTopic through Terraform scripts. MyS3 sends "object create" notifications to MyTopic.
Recently, a SAST/kics scan ...
0
votes
1
answer
94
views
Message attribute names starting with 'AWS.' or 'Amazon.' are reserved for use by Amazon. - Nodejs
I'm integrating AWS SNS to send messages to Indian mobile numbers, having already registered my SenderID with DLT and obtained approval from AWS. However, when attempting to include the EntityID and ...
0
votes
0
answers
62
views
Solution to stop SQS consumption (on specific sqs) on all ECS Tasks before running a process, and start at the end
I’m looking for a design architecture to synchronize stopping SQS consumption across all ECS tasks when a process is running and start them at the end of process
I initially considered a design that ...
1
vote
1
answer
83
views
AWS SNS SMS doesn't work on eu-west-2 but works on eu-west-1
I have a simple SNS topic with an SMS subscription in the eu-west-2 region.
For some reason I cannot ever receive the sandbox verification code when I add my number, for this, I have tried multiple ...