Skip to content

Commit

Permalink
rollback to python3.11 and revert back of pipfile contents as per pee…
Browse files Browse the repository at this point in the history
…r review
  • Loading branch information
Samuel CHNIBER committed Jan 6, 2025
1 parent 1a3331e commit 80b7315
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ module "lambda" {
handler = "${local.lambda_handler}.lambda_handler"
source_path = var.lambda_source_path != null ? "${path.root}/${var.lambda_source_path}" : "${path.module}/functions/notify_slack.py"
recreate_missing_package = var.recreate_missing_package
runtime = "python3.12"
runtime = "python3.11"
architectures = var.architectures
timeout = 30
kms_key_arn = var.kms_key_arn
Expand Down

0 comments on commit 80b7315

Please sign in to comment.