Skip to content

Commit

Permalink
Trying node 20.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcurtisslalom committed Apr 17, 2024
1 parent f3ba1a7 commit 377b0d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/aws/ecs-task/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "nodejs18.x"
runtime = "nodejs20.x"
timeout = 60
tags = var.resource_tags

Expand Down

0 comments on commit 377b0d1

Please sign in to comment.