Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (5.6k points)
From the AWS documentation, I can see that SNS guarantees at least once message delivery to SQS, but it is not clear whether the same is applicable when the notification is sent to Lambda. So does SNS provide at least one message delivery when a message is sent to AWS Lambda?

1 Answer

0 votes
by (12.4k points)

When the message is published on a topic, Amazon SNS attempts to deliver notifications to all subscribers who are registered for that topic. Due to certain issues like internet issues or Email delivery restrictions sometimes the notification may not successfully reach the HTTP or to the email end-point. If it is critical that all published messages be successfully processed developers should have notifications delivered to an SQS queue and this is applied to all Non-SQS subscribers.

Interested in learning AWS? Check out: AWS Certification

Related questions

0 votes
1 answer

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer
0 votes
1 answer

Browse Categories

...