-
When I try do deploy the SAM App created in this tutorial, I receive the following error: Traceback (most recent call last): I have the credentials created and I can see them using aws configure list. In fact, SAM has even created the S3 bucket on my account, but throws the error for some other part of the stack. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I solved it by creating a named profile. Somehow, AWS-CLI was finding the credentials, but SAM-CLI was not. I just recretad the profile with a name and used the --profile tag on SAM commands. |
Beta Was this translation helpful? Give feedback.
I solved it by creating a named profile. Somehow, AWS-CLI was finding the credentials, but SAM-CLI was not. I just recretad the profile with a name and used the --profile tag on SAM commands.