Skip to content

Commit

Permalink
[PRMT-4391] - Modified lambda_handler location
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadIqbalAD-NHS committed Mar 15, 2024
1 parent 7e2137b commit ce2c1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/ehr_deletion_lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "aws_lambda_function" "ehr_hard_deletion" {
filename = var.ehr_hard_deletion_lambda_zip
function_name = "${var.environment}-ehr-hard-deletion-lambda"
role = aws_iam_role.ehr_hard_deletion_lambda.arn
handler = "main.lambda_handler"
handler = "EhrHardDeletion.lambda_handler"
source_code_hash = filebase64sha256(var.ehr_hard_deletion_lambda_zip)
runtime = "python3.12"
timeout = 300
Expand Down

0 comments on commit ce2c1ae

Please sign in to comment.