All Content tagged with Amazon Simple Notification Service (SNS)
Amazon Simple Notification Service (Amazon SNS) is a fully managed messaging service for both application-to-application (A2A) and application-to-person (A2P) communication.
Content language: English
Filter content
Select tags to filter
Sort by
Sort by most recent
985 results
My understanding is:
AWS preserves the order of messages within each MessageGroupId.
Messages are only considered duplicates if they have the same MessageDeduplicationId and are sent within the 5-min...
2
answers
0
votes
258
views
asked 9 months ago
I asked to customer service, they said
Before we can evaluate your case, please reply and provide the following additional details:
-- Copy of the business license
-- Company domain:
-- If your comp...
1
answers
0
votes
107
views
asked 9 months ago
Hello,
My team has a cloud formation YAML template includes a map of SNS topic ARNs owned by a different team's account that our SQS queue subscribes to, the queue policy that permits SNS to send me...
1
answers
0
votes
337
views
asked 9 months ago
Currently, when using AppSync API keys for authentication, the keys expire after a set period (default 7, 30, 365 days, etc.). However, there is no built-in notification to inform teams or administrat...
1
answers
0
votes
166
views
asked 9 months ago
Now i am in production but cannot send the message from the python code using ap-northease-2 (seoul), basically sending message from the KR to KR with +82 but faild to send.
sms_client = boto3.client...
1
answers
0
votes
102
views
asked 9 months ago
I am using End User Messaging for 2-way SMS. When receiving incoming messages, I configured an SNS topic to receive the messages from the long code and forward them to a Lambda function for processing...
1
answers
0
votes
197
views
asked 9 months ago
As per [documents](https://docs.aws.amazon.com/pdfs/AWSSimpleQueueService/latest/APIReference/sqs-api.pdf#CommonErrors), ReceiptHandleIsInvalid error code is 400.
In case if r**eceipt handle is inval...
2
answers
0
votes
192
views
asked 9 months ago
I am using AWS JAVA SDK (v1) for testing SQS APIs. Below is the behavior if **receipt handle is expired (corresponding message is deleted)**.
**changeMessageVisibility:**
```
Error changing message v...
1
answers
0
votes
198
views
asked 9 months ago
AWS docs say a sandboxed acct can have up to 10 verified phone numbers. Ok, if my acct is in the sandbox then why would I need OriginatorID when I have two AWS simulator numbers? Even using the sim nu...
1
answers
-1
votes
79
views
asked 9 months ago
So, I am testing some SMS using boto3 in my sandbox acct. No problem, I have two paid-for AWS Simulator numbers. Why does AWS SNS block sending SMS to a sim number?
My user 'sns' has full access.
Is t...
1
answers
0
votes
184
views
asked 10 months ago
Hi AWS Community 👋,
I recently built a fully automated RCA + patching engine for AWS Glue jobs using Lambda, DynamoDB, and Gemini (LLM).
Here’s what it does:
- Detects Glue failures
- Sends logs to...
1
answers
0
votes
138
views
asked 10 months ago
I'm implementing WhatsApp integration using AWS End User Messaging Social in a Python Lambda function. While I can successfully receive WhatsApp messages via SNS webhooks and create cases in my applic...
1
answers
0
votes
140
views
asked 10 months ago