Skip to content

Documentation issue: publish default behavior is inaccurate #58

@twglomski

Description

@twglomski

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 publish input 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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions