2021-10-18 19:44:29 +00:00

6 lines
169 B
Python

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