Questions tagged with Amazon Simple Notification Service (SNS)

Content language: English

Select up to 5 tags to filter
Sort by most recent

Browse through the questions and answers listed below or filter and sort to narrow down your results.

When I push from WebTools, there's a sound that accompanies the popup notification. The notification appears with the proper icon and text and an alert sound. When I push from SNS (console), the...
0
answers
0
votes
50
views
S Mol
asked 2 days ago
After 2 years, transactional SMS text messaging suddenly stopped working in UK. All messages in the logs are reported as successfully sent to carrier. To verify this, I tested with 6 mobile phones...
2
answers
0
votes
61
views
sean
asked 4 days ago
I have create an SNS topic so I can get notifications for billing alerts, cloudwatch alarms and other events. I have added my personal GMail email as a subscription, I get an email to confirm the...
2
answers
0
votes
174
views
D
asked 8 days ago
I am trying a simple test to send a text message from lambda function to my phone. I used a Python lambda function with the following code (with phone number removed): # <def lambda_handler(event,...
2
answers
0
votes
168
views
DavidS
asked 9 days ago
**Hello AWS Community**, I'm facing a significant issue with Amazon SES. Recently, my request to move from sandbox mode to production access was denied, and I received a message stating that my...
1
answers
0
votes
385
views
Agenus
asked 12 days ago
I was using SNS text-messaging in my backend which is in golang to send OTP for my application.My code looks like this: ``` func (otpSender *OTPSenderImpl[T]) SendOTP(phoneNumber string, value T)...
0
answers
0
votes
144
views
Rahat
asked 14 days ago
As of 7/19 we have started seeing SMS failures with the message "Phone has blocked SMS." I tried to send to my personal number and received this error. I have not blocked SMS and ensured I am opted in...
2
answers
0
votes
136
views
asked 16 days ago
Hi, we are looking into alternatives to send UK SMS's due to increasing costs with our increased volume. Other providers offer a reduced rate if you purchase credits upfront / have a higher volume of...
1
answers
0
votes
120
views
CSL
asked 17 days ago
I have a custom Cognito Lambda function that generates a random code and sends it directly to a phone number. ``` try { if (!event.request.session || !event.request.session.length) { ...
1
answers
0
votes
162
views
Julian
asked 18 days ago
So I do setup: + Enable GuardDuty + Enable Security Hub + Create SNS Topic 1. Create a Standard Topic and everything default 2. Create a subscription associated with topic above => test receive mail...
2
answers
0
votes
313
views
asked 19 days ago
We have the following Organization setup: ``` Sandbox (OU) - sandbox-user1 - sandbox-user2 Prod (OU) - backend-prod ``` - Our backend workload (whether run in `backend-prod` or in any of the...
0
answers
0
votes
320
views
asked 20 days ago
Hello AWS Support, We are experiencing issues with the SMS service using the sender ID we provided and that was approved by AWS. Despite the sender ID being enabled, our messages are failing to be...
1
answers
0
votes
110
views
asked 24 days ago