6 lines
169 B
Python
Raw Normal View History

from .responses import CognitoIdentityResponse
url_bases = [r"https?://cognito-identity\.(.+)\.amazonaws.com"]
2019-10-31 08:44:26 -07:00
url_paths = {"{0}/$": CognitoIdentityResponse.dispatch}