Skip to content

Commit

Permalink
updated lambda function runtime to 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
duraikkannuv2 committed Jun 24, 2024
1 parent 7e1676f commit ad6f4b5
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 @@ -82,7 +82,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.8"
runtime = "python3.11"
timeout = 30
kms_key_arn = var.kms_key_arn
reserved_concurrent_executions = var.reserved_concurrent_executions
Expand Down

0 comments on commit ad6f4b5

Please sign in to comment.