moto/moto/logs/urls.py

6 lines
136 B
Python

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