Currently, I'm using flask security to manage the Auth in my web app. I want to migrate the entire Auth to AWS Cognito. I saw the migration documentation here. But nowhere it says how to migrate users who are set as inactive.
What I need to do is to migrate all users even the inactive ones but the inactive one should be set as inactive in cognito too. is there any way to set users as inactive during the migration?