Skip to content

Commit c3605cb

Browse files
committed
Updated logs-logzio lambda to Python 3.7
1 parent 0aedc97 commit c3605cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

env/dev/logs-logzio.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ EOF
5454
resource "aws_lambda_function" "lambda_logz" {
5555
function_name = "${var.app}-${var.environment}-logz"
5656
description = "Sends Cloudwatch logs to logz."
57-
runtime = "python2.7"
57+
runtime = "python3.7"
5858
timeout = 60
5959
memory_size = 512
6060
role = "${aws_iam_role.iam_for_lambda_logz.arn}"

0 commit comments

Comments
 (0)