moto/moto/ecs/urls.py
2021-10-18 19:44:29 +00:00

6 lines
165 B
Python

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