Repository URL to install this package:
|
Version:
0.4.1.1 ▾
|
from .responses import CloudWatchResponse
url_bases = [
"https?://monitoring.(.+).amazonaws.com",
]
url_paths = {
'{0}/$': CloudWatchResponse().dispatch,
}