Open Steve-Pilato opened 1 year ago
I am trying to not have a new lambda version published when the action runs. Instead, I am trying to have LATEST updated. I set the publish argument to false, but a new version keeps on being populated in aws.
with: function_name: ds_cicd_test zip_file: ./lambda_files/lambda_files.zip publish: false
I have the same issue.
I am trying to not have a new lambda version published when the action runs. Instead, I am trying to have LATEST updated. I set the publish argument to false, but a new version keeps on being populated in aws.