Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Add source code hash to AWS Lambda function
The commit adds the `source_code_hash` attribute to the `aws_lambda_function` resource in `main.tf`. This attribute is set to the output of `data.archive_file.status_checker_code.output_base64sha256`, ensuring that the Lambda function uses the correct source code.
- Loading branch information