moto/moto/ecs/urls.py
2019-10-31 10:36:05 -07:00

7 lines
201 B
Python

from __future__ import unicode_literals
from .responses import EC2ContainerServiceResponse
url_bases = ["https?://ecs.(.+).amazonaws.com"]
url_paths = {"{0}/$": EC2ContainerServiceResponse.dispatch}