moto/moto/cognitoidentity/urls.py
2019-10-31 10:36:05 -07:00

6 lines
206 B
Python

from __future__ import unicode_literals
from .responses import CognitoIdentityResponse
url_bases = ["https?://cognito-identity.(.+).amazonaws.com"]
url_paths = {"{0}/$": CognitoIdentityResponse.dispatch}