Skip to content

Commit a9051f6

Browse files
authored
Merge pull request #48 from turnerlabs/0.11-update-lambda-runtime
update lambda runtimes
2 parents 0aedc97 + b78c941 commit a9051f6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

env/dev/ecs-event-stream.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ resource "aws_lambda_function" "ecs_event_stream" {
5555
filename = "${data.archive_file.lambda_zip.output_path}"
5656
source_code_hash = "${data.archive_file.lambda_zip.output_base64sha256}"
5757
handler = "index.handler"
58-
runtime = "nodejs8.10"
58+
runtime = "nodejs10.x"
5959
tags = "${var.tags}"
6060
}
6161

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}"

env/dev/logs-logzio.zip

1.33 KB
Binary file not shown.

0 commit comments

Comments
 (0)