I have AWS Amplify within a project that uses Auth only. I want to transfer the Auth configuration settings to a new project. Can we just copy aws-exports
to the new project or do we need to do anything else?
Basically the goal is to share the same user pool between two different projects such that both projects authenticate against the same user pool.