-
Notifications
You must be signed in to change notification settings - Fork 13
Support credentials stored via AWS CLI #27
Comments
Those work as well. The AWS SDK picks them up automatically. I think profile support was added as well. |
@LeeSaferite I receive the following error message:
|
I can confirm that, its an issue I will take care |
In contrast to credentials, it seems that the SDK is not reading the ~/.aws/config automatically. Thats the reason why it is required to define the env var AWS_DEFAULT_REGION. I will talk to @fbrnc , maybe we could add this as an fallback in Stackformation. So; first use the env var, if not available, check the config file, if not available, throw an exception. |
Hey @dng-dev awesome, thanks! |
What's the reason behind using dotenv instead of
~/.aws/config
and~/.aws/credentials
?The text was updated successfully, but these errors were encountered: