moto/scripts/template/lib/urls.py.j2

10 lines
182 B
Plaintext
Raw Normal View History

from __future__ import unicode_literals
from .responses import {{ service_class }}Response
url_bases = [
"https?://{{ endpoint_prefix }}.(.+).amazonaws.com",
]
url_paths = {
}