We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0aedc97 + b78c941 commit a9051f6Copy full SHA for a9051f6
env/dev/ecs-event-stream.tf
@@ -55,7 +55,7 @@ resource "aws_lambda_function" "ecs_event_stream" {
55
filename = "${data.archive_file.lambda_zip.output_path}"
56
source_code_hash = "${data.archive_file.lambda_zip.output_base64sha256}"
57
handler = "index.handler"
58
- runtime = "nodejs8.10"
+ runtime = "nodejs10.x"
59
tags = "${var.tags}"
60
}
61
env/dev/logs-logzio.tf
@@ -54,7 +54,7 @@ EOF
54
resource "aws_lambda_function" "lambda_logz" {
function_name = "${var.app}-${var.environment}-logz"
description = "Sends Cloudwatch logs to logz."
- runtime = "python2.7"
+ runtime = "python3.7"
timeout = 60
memory_size = 512
role = "${aws_iam_role.iam_for_lambda_logz.arn}"
env/dev/logs-logzio.zip
1.33 KB
0 commit comments