serverless / github-action

:zap::octocat: A Github Action for deploying with the Serverless Framework
Apache License 2.0
662 stars 173 forks source link

The request signature we calculated does not match the signature you provided #9

Closed timkellogg closed 5 years ago

timkellogg commented 5 years ago

I'm trying to deploy a serverless function through github actions but receive the following error:

The request signature we calculated does not match the signature you provided. Check your AWS Secret Access Key and signing method. Consult the service documentation for details.

I've setup the secrets on github and I've also manually deployed locally using:

serverless deploy --key {key} --secret {secret}

And that successfully creates the application.

Any advice?

Edit

I believe it's related to permissions within AWS so I will close.

AdeOpe commented 4 years ago

@timkellogg how did you solve this?