user12755352
user12755352

Reputation: 41

The request signature we calculated does not match the signature you provided. I am trying to deploy aws lambda using serverless

I am trying to deploy AWS lambda using Serverless framework from visual studio code and I am getting this error. "The request signature we calculated does not match the signature you provided.Check your AWS Secret Access Key and signing method."

Upvotes: 0

Views: 351

Answers (2)

Franky Begue
Franky Begue

Reputation: 21

I received this error after migrating a project from one machine to another. After attempting multiple fixes, I just generated a new key/secret pair and it fixed the issue

Upvotes: 0

Gareth McCumskey
Gareth McCumskey

Reputation: 1540

This is an error from AWS themselves. It is likely that the clock on your local machine is not set to the correct time therefore the signature process fails.

Upvotes: 0

Related Questions