remind101 / stacker_blueprints

DEPRECATED - moved to:
https://github.com/cloudtools/stacker_blueprints
BSD 2-Clause "Simplified" License
39 stars 53 forks source link

Fix issue with topics with no subscriptions #153

Closed Lowercases closed 6 years ago

Lowercases commented 6 years ago

Fix an issue introduced in f4f2edb. sns.py will try to iterate the subscriptions as a list, but when it's not specified, topic_subs defaults to None. Default instead to [] so it can always be iterated as a list.

Fixes #152.