aboutsummaryrefslogtreecommitdiffstats
path: root/terraform
diff options
context:
space:
mode:
Diffstat (limited to 'terraform')
-rw-r--r--terraform/lambda.tf2
1 files changed, 1 insertions, 1 deletions
diff --git a/terraform/lambda.tf b/terraform/lambda.tf
index a5da972..c190ea8 100644
--- a/terraform/lambda.tf
+++ b/terraform/lambda.tf
@@ -10,7 +10,7 @@ resource "aws_lambda_function" "extract_lambda" {
s3_bucket = aws_s3_bucket.lambda_code_bucket.bucket
s3_key = "extract-lambda/extract_function.zip"
role = aws_iam_role.multi_service_role.arn #<< lambda role placehodler
- handler = "extract_lambda.lambda_handler" # << check that the function is called lambda handler
+ handler = "extract_lambda.extract" # << check that the function is called lambda handler
runtime = "python3.11"
environment {
variables = {
git.ajschof.me — hosted by ajschofield — powered by cgit