diff --git a/cloudwatch-logs-exporter.tf b/cloudwatch-logs-exporter.tf index 3953805..a1043ab 100644 --- a/cloudwatch-logs-exporter.tf +++ b/cloudwatch-logs-exporter.tf @@ -104,7 +104,7 @@ resource "aws_lambda_function" "log_exporter" { source_code_hash = data.archive_file.log_exporter.output_base64sha256 timeout = 300 - runtime = "python3.8" + runtime = "python3.12" environment { variables = {