Skip to content

Commit 61e0fe8

Browse files
committed
Update nodejs runtime for Lambda
1 parent 6274c05 commit 61e0fe8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module "lambda" {
1717
filename = data.external.download_and_verify.result["file"]
1818
function_name = module.this.id
1919
handler = "index.handler"
20-
runtime = "nodejs18.x"
20+
runtime = "nodejs22.x"
2121

2222
lambda_environment = {
2323
variables = {

0 commit comments

Comments
 (0)