3.1.0 Cognito Custom Pages
0. Learning Materials
Video:
Andrew's repo:
My branch repo:
Task List
1. Workflow
1.1 Test user account.

aws cognito-idp admin-set-user-password \
--user-pool-id <your-user-pool-id> \
--username <username> \
--password <password> \
--permanent

2. Discussion
Last updated