Riderodd

Results 22 comments of Riderodd

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; } }); ```