Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [amazon-sns]

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

0 votes
0 answers
14 views

Re-publish message to the same queue in MassTransit

I use masstransit 8 + amazon sqs/sns, the app is running in Windows Docker container. My consumer is processing message by scheduled time it can be up to few hours. Due to sqs limitation max delay ...
JohnyMotorhead's user avatar
0 votes
1 answer
34 views

Pagerduty AWS Integration How to Subscribe to a Non-Alert Based SNS Topic

I have read where CloudWatch Alerts can be used to trigger PagerDuty alerts as well as auto resolve the PD alert when the CloudWatch Alert backs down to an OK state. It seems that SNS topics that are ...
Ross Bush's user avatar
  • 15.1k
0 votes
0 answers
11 views

AWS Step Functions vs SNS for Full stack Controller-Model(s) Lambda Functions

I'm building a full-stack application using AWS and I'm currently working on my backend services; I have a Controller lambda that will communicate to other Model lambdas such as a CognitoModel, ...
Om Patel's user avatar
0 votes
1 answer
26 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
43 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
45 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
23 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
8 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
24 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
35 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
32 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
32 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
22 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

15 30 50 per page
1
2 3 4 5
202