January 2019
Intermediate to advanced
490 pages
15h 37m
English
In this section, we will create a user pool by using CLI commands:
aws cognito-idp create-user-pool \ --pool-name my-pool-from-cli \ --generate-cli-skeleton
This command will return a template with all of the supported properties for the create-user-pool sub-command, in the correct JSON format.
{ "PoolName": "MyFirstUserPool",
"Policies" ...Read now
Unlock full access