Skip to content

Commit

Permalink
fix(lambda): DMVP-4582 Update lambda runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
Julia Aghamyan committed Nov 19, 2024
1 parent e30281b commit e27ba70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/security-hub/lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ module "lambda-slack" {
create = true
function_name = var.name
handler = "lambda.handler"
runtime = "python3.13"
runtime = "python3.9"

create_package = false
ignore_source_code_hash = true
Expand Down

0 comments on commit e27ba70

Please sign in to comment.