Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

default aws user is used instead of the one in admin.env #15

Open
rentrop opened this issue Apr 26, 2016 · 0 comments
Open

default aws user is used instead of the one in admin.env #15

rentrop opened this issue Apr 26, 2016 · 0 comments

Comments

@rentrop
Copy link

rentrop commented Apr 26, 2016

Ease of use enhancement:

Having two aws-profiles in my .aws/credentials Serverless normally takes the one specified in ./admin.env/. But tis plugin does not use this profile but takes the default one.

My .aws/credentials look as follows:

[default]
aws_access_key_id = ***
aws_secret_access_key = ***

[serverless]
aws_access_key_id = ***
aws_secret_access_key = ***
region = eu-central-1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant