terraform-aws-modules / terraform-aws-lambda

Terraform module, which takes care of a lot of AWS Lambda/serverless tasks (build dependencies, packages, updates, deployments) in countless combinations 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/lambda/aws
Apache License 2.0
885 stars 658 forks source link

feat: Add code_sha256 attribute #575

Open zahorniak opened 1 month ago

zahorniak commented 1 month ago

Description

Add code_sha256 attribute for resource/aws_lambda_function

Motivation and Context

New changes in Terraform AWS Provider v5.51.0

Breaking Changes

No

How Has This Been Tested?