sst / sst

Build modern full-stack applications on AWS

Home Page:https://sst.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Upgrade CustomerResourceHandler Nodejs to 18.x version?

fshuman-a opened this issue · comments

I've recently upgraded SST to v2.36.0 to support our Nodejs 18 upgrade. The Lambda functions are now on the correct version but I've noticed that the CustomResourceHandler functions are still on Nodejs 16. I tried setting calling setDefaultFunctionProps with nodejs18.x but that didn't help.

How can I configure these fns to use v18?

-Thanks

"sst": "2.36.0",
"aws-cdk": "2.101.1",
"aws-cdk-lib": "2.101.1",
commented

Can you upgrade to the latest and try? Also if you can share the exact function names?