6 lines
134 B
Python
6 lines
134 B
Python
from .responses import IamResponse
|
|
|
|
url_bases = [r"https?://iam\.(.*\.)?amazonaws\.com"]
|
|
|
|
url_paths = {"{0}/$": IamResponse.dispatch}
|