aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEllie <ecsymonds@gmail.com>2024-08-14 16:39:12 +0100
committerEllie <ecsymonds@gmail.com>2024-08-14 16:39:12 +0100
commit43b7bca661a4c42acbfd6c27ff26fee9c25e911e (patch)
tree0b1d74d431d7316fe45db710aea6049e2aee8183
parente95e9e59d2a36a2d700bfa199f6b5ece3c49233d (diff)
downloadde-project-bentley-43b7bca661a4c42acbfd6c27ff26fee9c25e911e.tar.gz
de-project-bentley-43b7bca661a4c42acbfd6c27ff26fee9c25e911e.zip
amend s3 handler to extract
-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