I've decided to stop using Amplify, however all users are stored in cognito. Ideally I'd like to remove all of the Amplify aspect and retain the Cognito user pool as a standalone deployment.
What i've explored
- Migrate to a new user pool
- This means that we'll need to write a handler to migrate users on demand, meaning that the current user pool (and cognito assets) will need to stay in place
- Pick apart in cloudformation - this proved to be quite complex and sensitive
Has anyone had experience of this, or could propose an approach for doing this.
Ideal outcome
- Cognito pool created by Amplify continues to exist in place
- Anything relating to Amplify is safely deleted.
Thanks!