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
Select up to 5 tags to filter
Sort by most recent
Hi, we received reports that users are not receiving push notifications on Android, but iOS is OK.
Looking in Cloudwatch, on September 3 ~ 4:45PM CT I see that Dwell time for android SNS dropped to 0...
We have an issue with our Lambda Runtime Node.js 14 and 128MB, until one month ago was working fine, that means Duration was under one second. Now, sometimes is working slowly (Duration 12 seconds)...
Hello,
I have SQS queue thats subscribed to SNS topics for my product in AWS Marketplace and Lambda function thats being triggered via SQS queue, but I dont see any action no matter what I do with...
Hello, I'd like to know if it's possible to filter duplicate CVE findings that get sent to ChatBot, preferably without any Lambda functionality. Right now we get tons of duplicates in our Slack...
I have created MalwareProtection for s3. When an event pattern detects malware finding in s3, an associated SNS topic should send an email. It doesn't. I have the following CloudFormation, and...
I have an event bridge rule that sends to another SNS topic. Before sending to another SNS topic it must be in a specific format similar to a CloudWatch Alarm like below.
How can I satisfy this...
I’m trying to send emails via the AWS SNS service, via a script on the EC2 instance however I’m getting a time out error message.
To validate this tried running curl and got the following
**curl -v...
A solutions architect is designing a solution to process events. The solution must have the ability to scale in and out based on the number of events that the solution receives. If a processing error...
In the process of creating an event bridge rule, in which will contain multiple AWS Config non-compliant events and sent them to SNS topic or Lambda I want.
The problem and concern is I want to...
I have a CloudFormation template that creates a MediaLive channel with two inputs—static and dynamic. It sends a CREATE_COMPLETE notification to an SNS topic, which then triggers a Lambda function to...
Hello,
We are based in Europe and requested US toll free number for one region in Europe. However, as it turns out, the region for which we requested the number isn't the right one. The number is...
Hello,
we set up the following `Event pattern` for EventBridge:
```
{
"source": ["aws.inspector2"],
"detail-type": ["Inspector2 Finding"],
"detail": {
"status": ["ACTIVE"],
"severity":...