Is there a way to have the resources generated when using Amplify to be named something more readable?
Example, my Cognito resourcees is named something like amplifyAuthUserPool<some-id>.
Also it would be nice if I could replace resources. I had a user pool with users and for some reason Amplify decided to create a new user pool. So now I'll have to recreate all users.
Bonus would be if I could somehow specify the whole stack as IaC in the same (or separate) repo.