0

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!

Jerp Dertin
  • 71
  • 1
  • 9
  • Have you tried commenting all of the resources in your CFN template that relate to Amplify and using a create-change-set command? It should show that all of those resources get deleted but everything else should stay the same, unless you've got lots of internal references that link all of the resources together. – Steve G Oct 22 '22 at 20:07

0 Answers0