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