1 Answer
- Newest
- Most votes
- Most comments
0
Hi, to better understand your issue, you should (if not done yet) configure the SNS support to log the delivery status of notification messages sent to topics (Lambda is supported): see https://docs.aws.amazon.com/sns/latest/dg/sns-topic-attributes.html
It may be possible that you get the SNS notification only after some retries: see corresponding retry policies at https://docs.aws.amazon.com/sns/latest/dg/sns-message-delivery-retries.html
So, having the notification log messages will help you determining if you are in retry case and why or the other root cause.
Best,
Didier
Relevant content
- Accepted Answerasked 5 years ago
- Accepted Answerasked 2 years ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated a year ago
- AWS OFFICIALUpdated 2 years ago
- AWS OFFICIALUpdated 4 months ago