Skip to content

Commit a84d2a0

Browse files
committed
Updating nodejs runtime of dlq with secured endpoint
1 parent 566a83a commit a84d2a0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudwatchlogs-with-dlq/DLQLambdaCloudFormationWithSecuredEndpoint.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
}
271271
},
272272
"Handler": "cloudwatchlogs_lambda.handler",
273-
"Runtime": "nodejs16.x",
273+
"Runtime": "nodejs18.x",
274274
"MemorySize": 128,
275275
"Environment": {
276276
"Variables": {
@@ -331,7 +331,7 @@
331331
]
332332
}
333333
},
334-
"Runtime": "nodejs16.x",
334+
"Runtime": "nodejs18.x",
335335
"MemorySize": 128,
336336
"Environment": {
337337
"Variables": {

0 commit comments

Comments
 (0)