Let's start with configuring a Cognito pool. We use the Cognito service to seamlessly authenticate and verify the user:
- Got to your AWS console
- Select Mobile Hub. Mobile hub lets you create a Cognito pool very easily and quickly (you could use a normal Cognito pool as well). It will display a list of any apps you have already created. Select Add new app/Create.
- Create a project is the first option. Enter your project name. It could be ServerlessWithKotlin.
- Select the platform on which you want to integrate. We have chosen Android for this book:
- Download the configuration file and keep somewhere you can easily ...