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

Publish and DryRun are mutually exclusive parameters

max-allan-surevine opened this issue · comments

In the example, you show setting dry_run and don't mention publish. When I try that because you defaulted publish to true (in your code), I get an error message "Publish and DryRun are mutually exclusive parameters"

@max-allan-surevine Thanks for your report. I will fix the bugs.