Issue with Testing Amazon SNS - Need Help!
I'm in the process of testing Amazon SNS for our application's notification system. However, I've encountered some unexpected behavior that I can't seem to figure out. When I attempt to send a notification using SNS, it's not reaching the intended endpoints, and I'm not receiving any error messages that could help me pinpoint the issue.I've already set up the necessary topics and subscribers in AWS SNS. I'm using the AWS SDK for my programming language (Python, in my case) to publish messages to these topics. The permissions seem to be correctly configured, as far as I can tell. I've double-checked the ARNs of the topics and the endpoints, and they all appear to be correct.Has anyone else experienced similar issues when testing Amazon SNS?
Please or to participate in this conversation.