https://pulumi.com logo
s

swift-monitor-84282

03/21/2022, 1:47 AM
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