February 2020
Intermediate to advanced
440 pages
13h 51m
English
To create users through self-signup, we need to first create an app client. An app client may be created based on the authentication flows you would like to support.
aws cognito-idp create-user-pool-client \ --user-pool-id us-east-1_Q1cydt6I0 \ --client-name UserPoolClientForSignUp \ --profile awssecadmin
We should get back the following response:

aws cognito-idp sign-up \ --client-id 7bb4jnd3mdva5hmkodkghrraog \ --username testuser2 \ --password Passw0rd$ ...
Read now
Unlock full access