serverlss AWS temporary credentials are not working #1561
Unanswered
kareemashraf
asked this question in
Support
Replies: 1 comment 1 reply
-
Hi, so far what you deploy looks correct. Make sure that you are not setting any AWS key in Serverless Dashboard is not used at all here by Lambda/Laravel, so don't worry about it. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
im trying to upload an image to S3 from my Laravel project using Bref and serverless,
but im getting an error message that says “The AWS Access Key Id you provided does not exist in our records.”
This means that the credentials that im using to access S3 are not valid or recognized by AWS
after few researches i found this on the serverless website:
_
_
ideally i dont need to include the credentials in serverless.yml or even .env files (already tried)
so how to get this temporary credentials (that starts with ASIA) to work or how to force it to use the long-term credentials (that starts with AKIA)
the serverless.yml file is
Beta Was this translation helpful? Give feedback.
All reactions