generated from amazon-archives/__template_MIT-0
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Description
When deploying Lambda functions using the aws-lambda-deploy GitHub Action without the publish input specified, the action does not publish a new version of the Lambda function. This is contrary to the documentation, which specifies the default behavior is true.
Reproduce the issue
- Run the GHA without the
publishinput specified. - In the AWS Lambda console, browse to the Versions tab. Observe that no new version has been published.
- Run the GHA with
publish: true - In the AWS Lambda console, browse to the Versions tab. Observe that a new version has been published.
Expected behavior
Either:
- Update the documentation to detail that the default behavior is
false - Update the function so that the default behavior is to publish a new version.
Metadata
Metadata
Assignees
Labels
No labels