Skip to content

Commit

Permalink
Merge pull request #1446 from CMSgov/CT-9327-Nodejs-upgrade
Browse files Browse the repository at this point in the history
CT:9327 - Nodejs version upgrade
  • Loading branch information
Dinesh-Kantamneni authored Oct 3, 2024
2 parents cb0dd1e + 3636454 commit 9b4a462
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jspm_packages
.serverless

# Terraform files
#terraform plan output
*.out
terraform.tfstate.backup
.terraform
infrastructure/terraform/dev/.terraform-version
Expand Down
2 changes: 1 addition & 1 deletion infrastructure/terraform/modules/kinesis-lambda.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ resource "aws_lambda_function" "kinesis_cw_lambda" {
function_name = "ConversionTool-${var.environment}"
role = "${aws_iam_role.kinesis_lambda_role.arn}"
handler = "index.handler"
runtime = "nodejs16.x"
runtime = "nodejs18.x"
timeout = 30

# QPPSE-1208
Expand Down

0 comments on commit 9b4a462

Please sign in to comment.