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

7 lines
239 B
Python

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