appleboy / lambda-action

GitHub Action for Deploying Lambda code to an existing function

Home Page:https://github.com/marketplace/actions/aws-lambda-deploy

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

invalid header field value for "Authorization"

ryan-horizon opened this issue · comments

Hi,

We are trying to deploy a lambda and we are getting this error

2023/06/24 04:12:53 Update function configuration ...
2023/06/[24](https://github.com/Her-Black-Book/cloudinary/actions/runs/5362433867/jobs/9729410188#step:6:25) 04:12:53 RequestError: send request failed
caused by: Get "https://lambda.ap-southeast-2.amazonaws.com/2015-03-31/functions/CloudinaryStagingLambda/configuration": net/http: invalid header field value for "Authorization"

For testing we granted admin policy access to the User we using for deployment and also the Role for the lambda, but we are still getting the same error. Any leads as to what might be causing this?

Regards