Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change to list only SNS subscriptions by subscribed topic #5

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jveldboom
Copy link

Update to loop over just the subscribed SNS topic in the event.

Also by default list_subscriptions() returns 100 subscriptions at a time. So if you have more than 100, it might not find the correct subscription.

@r3m0t
Copy link

r3m0t commented May 25, 2017

Why do you need the subscription at all? You're just reading the TopicArn that you passed in

@ardelio
Copy link

ardelio commented Dec 1, 2017

Agree. No need to check subscriptions. Just publish straight away.

@ardelio
Copy link

ardelio commented Dec 2, 2017

This should be closed in favour of PR #14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants