Skip to content

Commit

Permalink
NOBUG: Update nodejs. (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
marklise authored Oct 30, 2023
1 parent 52f2da2 commit cdfb373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/src/nameUpdate.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resource "aws_lambda_function" "name_update" {
source_code_hash = filebase64sha256("artifacts/nameUpdate.zip")

handler = "lambda/nameUpdate/index.handler"
runtime = "nodejs18.x"
runtime = "nodejs14.x"
memory_size = 512
timeout = 300
publish = "true"
Expand Down

0 comments on commit cdfb373

Please sign in to comment.