amazon-archives / awsmobile-cli

CLI experience for Frontend developers in the JavaScript ecosystem.
Apache License 2.0
142 stars 35 forks source link

Should use configs from aws-cli #173

Open aletheia opened 5 years ago

aletheia commented 5 years ago

awsmobile stores credentials in .awsmobilejs/aws-config.json folder instead of reading credentials in standard config file located into .aws/config

I understand the idea of being able to use awsmobile even if aws-cli is not installed, but I think it should be prioritized over awsmobile configuration

UnleashedMind commented 5 years ago

Thanks for the feedbacks.