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