Skip to content

Commit af8f0ff

Browse files
authored
Merge pull request #44 from yzhanggithub/pr-python3
Updated logs-logzio lambda to Python 3.7
2 parents a111d85 + b36e55b commit af8f0ff

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)