I am developing an AWS amplify backend for a startup. I have two aws accounts
1- where the startup prod resides (prod env)
2- where I test features before making any changes to the prod environment. (dev/test env)
In my local computer I have two amplify apps setup.
1- prod-app linked to prod env.
2- dev-app linked to dev env
The problem I am facing is I have to use amplify configure each time when I move between one account to another which makes new roles everytime. is there any way where I can tie the role and account to amplify apps and it automatically gets the required user without using amplify configure command again & again? TIA