Skip to content

Commit 486285e

Browse files
committed
handler
1 parent c04f77d commit 486285e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

terraform/redis_sync_lambda.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ data "archive_file" "redis_sync_lambda_zip" {
2222
resource "aws_lambda_function" "redis_sync_lambda" {
2323
function_name = "${local.short_prefix}-redis-sync-lambda"
2424
role = aws_iam_role.redis_sync_lambda_exec_role.arn
25-
handler = "redis_sync_handler.sync_handler" # Update as appropriate
25+
handler = "redis_sync.sync_handler" # Update as appropriate
2626
runtime = "python3.11"
2727
filename = data.archive_file.redis_sync_lambda_zip.output_path
2828
source_code_hash = data.archive_file.redis_sync_lambda_zip.output_base64sha256

0 commit comments

Comments
 (0)