Skip to content

Conversation

tiagovmvieira
Copy link

@tiagovmvieira tiagovmvieira commented Sep 4, 2025

Description

This PR adds support for the source_kms_key_arn parameter to enable KMS encryption of Lambda deployment packages. The parameter allows users to specify an AWS KMS key ARN to encrypt ZIP-based Lambda function packages before they are uploaded to AWS Lambda.

hashicorp/terraform-provider-aws#44080

Motivation and Context

AWS Lambda supports KMS encryption for ZIP deployment packages through the source_kms_key_arn parameter, but this module was missing it. This creates an opportunity for users to enhance security by encrypting their Lambda source code packages at rest.

Breaking Changes

N/A

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.

2 participants