6 lines
133 B
Python
6 lines
133 B
Python
from .responses import SNSResponse
|
|
|
|
url_bases = [r"https?://sns\.(.+)\.amazonaws\.com"]
|
|
|
|
url_paths = {"{0}/$": SNSResponse.dispatch}
|