2018-04-03 11:38:59 -07:00
|
|
|
from .responses import CognitoIdentityResponse
|
2018-03-28 12:40:42 -07:00
|
|
|
|
2021-10-08 10:03:05 +00:00
|
|
|
url_bases = [r"https?://cognito-identity\.(.+)\.amazonaws.com"]
|
2018-03-28 12:40:42 -07:00
|
|
|
|
2018-04-03 11:38:59 -07:00
|
|
|
url_paths = {"{0}/$": CognitoIdentityResponse.dispatch}
|