diff --git a/components/aws/ecs-task/main.tf b/components/aws/ecs-task/main.tf index 3334870c..9b429d0f 100644 --- a/components/aws/ecs-task/main.tf +++ b/components/aws/ecs-task/main.tf @@ -236,7 +236,7 @@ resource "aws_lambda_function" "lambda_kinesis_firehose_data_transformation" { role = aws_iam_role.lambda[0].arn handler = "index.handler" source_code_hash = data.archive_file.kinesis_firehose_data_transformation[0].output_base64sha256 - runtime = "nodejs14.x" + runtime = "nodejs20.x" timeout = 60 tags = var.resource_tags