Skip to content

Commit

Permalink
Update nodejs version for lambda function (#1149)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryan-aguilar authored Feb 13, 2024
1 parent 4471945 commit 70d2569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs/sample-apps/aws-sdk/deploy/wrapper/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module "hello-lambda-function" {
architectures = compact([var.architecture])
function_name = var.name
handler = "index.handler"
runtime = "nodejs14.x"
runtime = "nodejs16.x"

create_package = false
local_existing_package = "${path.module}/../../build/function.zip"
Expand Down

0 comments on commit 70d2569

Please sign in to comment.