Skip to content

feat: Add Lambda publish target support - #769

Open
danillouz wants to merge 1 commit into
terraform-aws-modules:masterfrom
framer:feat/lambda-publish-to
Open

feat: Add Lambda publish target support#769
danillouz wants to merge 1 commit into
terraform-aws-modules:masterfrom
framer:feat/lambda-publish-to

Conversation

@danillouz

Copy link
Copy Markdown

Description

Add publish_to support: https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/lambda_function#publish_to-1

Motivation and Context

Lambda Managed Instances supports publishing to $LATEST.PUBLISHED: https://docs.aws.amazon.com/lambda/latest/dg/lambda-managed-instances-version-publishing.html

This change allows callers to set publish_to = "LATEST_PUBLISHED"

(it defaults to null to preserving existing numbered-version publishing behavior)

Breaking Changes

None

How Has This Been Tested?

  • I have updated at least one of the examples/* to demonstrate and validate my change(s)
  • I have tested and validated these changes using one or more of the provided examples/* projects
  • I have executed pre-commit run -a on my pull request

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant