This lab introduces learners to Amazon Cognito's custom authentication flow, focusing on creating and implementing a secure user authentication process.
Objectives
- Configure Amazon Cognito user pool.
- Implement Lambda functions for authentication flow.
- Test the custom authentication flow.
- Configure event logging in CloudWatch.
Prerequisites
- Basic familiarity with AWS Management Console.
- Understanding of Lambda functions.
- Basic understanding of authentication and user login.
Outline
Task 1: Configure an Amazon Cognito user pool
Task 2: Add Lambda triggers for custom authentication
Task 3: Create a test user for the Amazon Cognito user pool
Task 4: Validate the custom authentication flow using CloudWatch logs