Skip to content

Commit b36e55b

Browse files
committed
Updated logs-logzio lambda to Python 3.7
1 parent cf20e81 commit b36e55b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

env/dev/logs-logzio.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ EOF
5757
resource "aws_lambda_function" "lambda_logz" {
5858
function_name = "${var.app}-${var.environment}-logz"
5959
description = "Sends Cloudwatch logs to logz."
60-
runtime = "python2.7"
60+
runtime = "python3.7"
6161
timeout = 60
6262
memory_size = 512
6363
role = aws_iam_role.iam_for_lambda_logz.arn

env/dev/logs-logzio.zip

1.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)