In this recipe, we will create an app client for a user pool. An app client is needed to perform unauthenticated calls such as sign in, sign up, and forgot password. This is a small recipe, but this recipe and the previous one form the basis for further recipes in this chapter.
Creating an Amazon Cognito app client
Getting ready
We need to create a user pool based on the Creating Amazon Cognito user pools recipe.
How to do it...
We can create an app client for an existing user pool as follows:
- Go to the Amazon Cognito dashboard, click on Manage user pools, and then click...