Create the User Pool
Now that we have the basic application setup working and ready to use. Let's create a Cognito User pool and integrate it with our application.
Last updated
Now that we have the basic application setup working and ready to use. Let's create a Cognito User pool and integrate it with our application.
Last updated
Go to Cognito service console in AWS
Select Create new user pool
Give the Pool name
Select the Review defaults
option
Click on Create pool
At this stage, we have the most basic Cognito User pool ready to use. Users can do the signup with Email, Username, and Password and sign in with Username and Password.
This will create a basic User pool with all the default configurations. We will add more configurations as we progress.