2013-07-27 16:24:38 -04:00
|
|
|
from .responses import AutoScalingResponse
|
|
|
|
|
2021-08-28 13:42:45 +01:00
|
|
|
url_bases = [r"https?://autoscaling\.(.+)\.amazonaws\.com"]
|
2013-07-27 16:24:38 -04:00
|
|
|
|
2019-10-31 08:44:26 -07:00
|
|
|
url_paths = {"{0}/$": AutoScalingResponse.dispatch}
|