January 2019
Intermediate to advanced
490 pages
15h 37m
English
We use the cognito-idp create-user-pool-client sub-command to create a user pool client, as follows:
aws cognito-idp create-user-pool-client \ --user-pool-id us-east-1_fYsb1Gyec \ --client-name my-user-pool-client \ --explicit-auth-flows USER_PASSWORD_AUTH \ --profile admin
Here, I have specified USER_PASSWORD_AUTH as an explicit auth flow.
Read now
Unlock full access