Hello, I am trying to create a Lambda function wi...
# general
g
Hello, I am trying to create a Lambda function with NodeJS and it seems like there is no possibility to have NodeJS 20.x. in AWS?
runtime: aws.lambda.Node...
Nevermind. Found it -
runtime: "nodejs20.x"
q
There's also an enum for it:
aws.lambda.Runtime.NodeJS20dX