Riderodd
Results
22
comments of
Riderodd
Where's the pull request ?
Using SST 3.17 this is how I had to do it: ```ts $transform(sst.aws.Function, (args, _opts, name) => { if (name.includes('ImageOptimizer') || name.includes('Revalidation')) { args.runtime = defaultFunctionsProps.runtime; } }); ```