I am playing around with AWS trying to write an app that takes advantage of the Pub-Sub pattern using SNS/SQS through the boto3 library. I will provide code if needed, but I think my question is quite general.
I have read the documentation on waiters, but when I go to display the available waiters for SNS the list comes back empty. I also tried to get a list of available SQS waiters but that came back empty as well.
Are there conditions that exist that determine whether or not waiter functions are accessible? Is there a policy setting that needs to be in place?