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