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

New build is making deployments fail

ryanhuff opened this issue · comments

I'm guessing you know this since I see failed tests on this repo 3 hours ago, but I'm getting failed deployments... I don't get much in the way of detail to share...

image

image
I am having issue with ValidationError status 400 yesterday the action was working fine.

I have the same issue. Lot of my team's deployments are blocked by this. Can this change be rolled back or resolved?

@denver1117 waiting for solution. not resolved yet.

@denver1117 I think your GitHub action YAML file can specify a version to use... Haven't tried it yet.

@denver1117 I think your GitHub action YAML file can specify a version to use... Haven't tried it yet.

Nice thanks, we've got some workarounds but will try that as well.

@denver1117 I think your GitHub action YAML file can specify a version to use... Haven't tried it yet.

how can do it?

@denver1117 I think your GitHub action YAML file can specify a version to use... Haven't tried it yet.

I found how to do it, great solution!!!!

Please @aleon68 can share the code snipped or you yml file ? please.

Whats the fix for this please. My deployments are still failing

I've figured it out. Thanks @ryanhuff
@suiteappdev you need to do this in your github actions yaml
uses: appleboy/lambda-action@v0.1.3
you can pick what ever version you want

@PascalUlor thank you. deployment is working now.

This broke my stuff!

@PascalUlor 's suggestion fixed our deployments

thank you so much @PascalUlor 🎉😊 you fixed my issues! Pipeline works fine now.

Screen Shot 2021-07-27 at 1 00 30 PM

@PascalUlor 's fix worked for me too.

I will take it.

I make a new version v0.1.5 to fix the issue.