Cognito UserPoolのユーザーネームとメールアドレスの文字数の限界にトライしただけ
TL;DR
ユーザーネームは128文字、メールアドレスは320文字(2019-10-24時点)
検証
ユーザーネーム
129文字(test+1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234
)
128文字(test+123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123
)
メールアドレス
321文字(test+1234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234@example.com
)
320文字(test+123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123456789012345678901234567890123@example.com
)
Discussion