A lightweight Web API for managing users in an AWS Cognito User Pool. This project provides REST endpoints to create, list, update, delete, confirm users, and trigger password reset flows using the AWS Cognito Admin APIs.
- Create a user in a Cognito User Pool
- List users in the User Pool
- Read a single user's attributes
- Update user attributes
- Delete (disable) a user
- Trigger password reset / forgot-password flows
- Confirm a user (admin confirm)