awsmobile not using aws profiles
tscole opened this issue · 1 comments
tscole commented
No matter what I do I can't seem to get awsmobile to use anything other than my default profile. I have tried:
- awsmobile configure aws --profile dwa
- export AWS_PROFILE=dwa
- aws configure --profile dwa
UnleashedMind commented
The awsmobile-cli does not track environment variable for aws profile.
Please use awsmobile configure
inside a project to configure its credential setting for that project.