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

6 lines
142 B
Python

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