7 lines
205 B
Python
7 lines
205 B
Python
from __future__ import unicode_literals
|
|
from .responses import EC2ContainerServiceResponse
|
|
|
|
url_bases = [r"https?://ecs\.(.+)\.amazonaws\.com"]
|
|
|
|
url_paths = {"{0}/$": EC2ContainerServiceResponse.dispatch}
|