Skip to main content

Questions tagged [amazon-sns]

Amazon Simple Notification Service is a highly available, cloud hosted publish/subscribe manager.

0 votes
1 answer
20 views

Amazon Connect Email adresses

My problem is right now i have an inbound voice and chat flows on my Amazon connect. The problem is that i want to create an email diagram flow that will be connected to the voice and chat flow so ...
Shpresim Musliu's user avatar
1 vote
0 answers
37 views

SNS not publishing message to SQS

Using publishMessage() method, I am able to create dynamic topics, subscribing with dynamic queues, but sns not publishing messsage to sqs. What is the issues here? public void publishMessage(...
Sathiamoorthy's user avatar
1 vote
0 answers
36 views

How to Send AWS Chatbot Notifications Only to Slack Thread Without Posting in Channel?

I am using AWS chatbot and want to group similar messages in a thread. like this: aws sns publish --topic-arn "${AWS_SNS_TOPIC_ARN}" --message '{ "version": "1.0",...
Mojtaba Kamyabi's user avatar
-1 votes
0 answers
21 views

Cost effective way to implement text messages for my event reminder application?

I'm building an event reminder application that I plan to host and maintain on AWS. I want to offer email and text messaging as reminder options. I've been able to configure email simply using SES. (...
solidsnake99's user avatar
0 votes
0 answers
7 views

Set the SMS priority in code (between transactional and promotional)

I use AWS SNS to send One-Time Passcodes to users with this code: var AWS = require('aws-sdk'); AWS.config.update({region: 'eu-west-1'}); const sns = new AWS.SNS({apiVersion: '2010-03-31', ...
emonigma's user avatar
  • 4,166
0 votes
0 answers
8 views

How to receive an email for failed SMS deliveries on AWS SNS

I use AWS SNS to send one-time passwords. Last week I reached quota, the server stopped sending messages and users have been unable to log in. I set up CloudWatch to receive a notification on failed ...
emonigma's user avatar
  • 4,166
0 votes
0 answers
18 views

AWS DMS subscription SNS filter on body message

I'm looking to filter some DMS Event ID from an SNS subscription. They doesn't have attribute so I'm looking to using a filter on the body. I was trying something like this it didn't seem to work (on ...
alxsbn's user avatar
  • 372
0 votes
1 answer
22 views

I don't get a notification for compliance change status from aws config

I have tried to to code via cdk an email notification if compliance status of managed rule "maxAccessKeyAge" is non_compliant. I have followed this guide: https://repost.aws/knowledge-center/...
ve05ribu's user avatar
1 vote
0 answers
29 views

AWS CloudWatch: cross region alarm notification aggregation

I have CloudWatch alarms across several different AWS accounts and several different Regions. I would like all of these alarms' action notifications (e.g. "alarm X changed from state OK to In ...
ccroth's user avatar
  • 113
0 votes
1 answer
30 views

How to Run AWS lambda code parallel with SNS to SQS architecture

I have a problem. Let's say there's an external system, and an AWS Lambda function retrieves data from this system, converts it to a CSV, stores it on S3, and triggers an SNS event. This event then ...
Ayush Gupta's user avatar
-1 votes
1 answer
31 views

how to use Lambda Function to send automated emails

im trying to use Lambda to create a function that will allow me to send an automated email that says good morning everyday at a specific time. this is for a class project. the code i currently have ...
Daniel Cohen's user avatar
0 votes
0 answers
21 views

Endpoint interval configuration in MassTransit

I use masstransit 8 + amazon sqs/sns, the app is running in Windows Docker container. After re-read the documentation regarding exceptions handling I've decided to use DelayedRedelivery instead of ...
JohnyMotorhead's user avatar
0 votes
0 answers
29 views

Can I trigger PagerDuty Incident with SNS only?

I'm trying to get paged in pagerduty when a new object is created in my S3 bucket with prefix 'invalid-files/'. I've created a NotificationConfiguration for S3 that publish to my SNS topic. I also ...
rafat islam's user avatar
0 votes
1 answer
31 views

How to customize "From" name for SNS emails

Can the "From" name be customized when sending emails using Amazon Simple Notification Service (SNS)? If so, what steps or configurations are required to set a custom "From" name ...
Alphonsa John's user avatar
2 votes
0 answers
56 views

PushNotifications with AmazonSimpleNotificationServiceClient not able to configure TTL for Android

Update When I use the legacy time_to_live parameter instead of the ttl parameter then it does work. For more information about this see What's the difference between `ttl` and `time_to_live` ...
Edwin Vermeer's user avatar

15 30 50 per page
1
2 3 4 5
201