Hi everyone! Is there a way to specify the NodeJS ...
# general
s
Hi everyone! Is there a way to specify the NodeJS runtime version to be used for a "magic lambda"? For example:
Copy code
bucket.onEvent("....", () => {<something..>})
will create a function that runs on NodeJS v8.x, but I need it to run in version 14.x