- Python3.8
- AWS CLI
- 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.
Be sure to run this script with Python3.8.
If you want to specify Python version, try python3.8
command instead of python
- Run
pip install -r requirements.txt
to install all dependencies - Create
.env
file in the root folder - Add
USER_POOL_ID
key with a valid value - run
python __init__.py