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

Error parsing string

chriscachor opened this issue · comments

I'm trying to upload a zip for my Lambda but I'm getting a strange error back:

caused by: parse https://lambda.***.amazonaws.com/2015-03-31/functions/{FunctionName}/code: invalid character " " in host name

I've used the functionName as well as a full ARN to the Lambda. Any clues?

Turns out I had the incorrect value for region in my AWS secrets config.