We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aedc97 commit c3605cbCopy full SHA for c3605cb
env/dev/logs-logzio.tf
@@ -54,7 +54,7 @@ EOF
54
resource "aws_lambda_function" "lambda_logz" {
55
function_name = "${var.app}-${var.environment}-logz"
56
description = "Sends Cloudwatch logs to logz."
57
- runtime = "python2.7"
+ runtime = "python3.7"
58
timeout = 60
59
memory_size = 512
60
role = "${aws_iam_role.iam_for_lambda_logz.arn}"
0 commit comments