-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
SAM Deploy Blocked #6083
Comments
I am not sure if AWS Toolkit provides an alternative way for setting credentials. SAM CLI uses default way to use credentials (either through
|
This worked! Thanks so much. I was unaware of the profile flag. It appears that the AWS Toolkit modifies the |
|
I am using Visual Studio Code and the AWS Toolkit.
I changed the profile using the AWS Toolkit to the second account, and verified that the aws_access_key_id and the aws_secret_access_key are correct.
Is there a SAM configuration file that needs to be changed? Why is the SAM CLI picking up a user from account_number_1?
The text was updated successfully, but these errors were encountered: