Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
169 B
Python
Raw Normal View History

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