Skip to content

jansedlon/AWS-Cognito-users-iterator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AWS Cognito users iterator

Requirements

  1. Python3.8
  2. AWS CLI
  3. You need to have set valid credentials for AWS to have access to your user pool. This is usually done by running aws configure command.

Warning for users which have multiple Python versions

Be sure to run this script with Python3.8. If you want to specify Python version, try python3.8 command instead of python

Usage

  1. Run pip install -r requirements.txt to install all dependencies
  2. Create .env file in the root folder
  3. Add USER_POOL_ID key with a valid value
  4. run python __init__.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages