AS
03/28/2022, 9:26 AMRobert Chandler
03/28/2022, 10:41 AMindex.ts
you can do
app.setDefaultFunctionProps({
runtime: "nodejs14.x",
});
Or even set the runtime on a per-function basis
My hope is sst would just compile each function with the given runtime and things like live lambda development would magically work 🤞🧙
In reality there's probably going to be at least some additional configFrank
Frank
AS
03/29/2022, 6:01 AM