Feature request: Ability to select profiles from credentials file
jprice-da15252 opened this issue · 0 comments
jprice-da15252 commented
In addition to the ~/.aws/config
file, profiles are sometimes stored in the ~/.aws/credentials
file, in a slightly different format.
This is most notably an issue for use with Serverless framework, which does not play well with the above-mentioned config
file.
It would be good to also parse credentials
, and handle any duplicate "default" profiles accordingly.