Skip to content

Commit 80b7315

Browse files
committed
rollback to python3.11 and revert back of pipfile contents as per peer review
1 parent 1a3331e commit 80b7315

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ module "lambda" {
9191
handler = "${local.lambda_handler}.lambda_handler"
9292
source_path = var.lambda_source_path != null ? "${path.root}/${var.lambda_source_path}" : "${path.module}/functions/notify_slack.py"
9393
recreate_missing_package = var.recreate_missing_package
94-
runtime = "python3.12"
94+
runtime = "python3.11"
9595
architectures = var.architectures
9696
timeout = 30
9797
kms_key_arn = var.kms_key_arn

0 commit comments

Comments
 (0)