Dan Van Brunt
01/16/2022, 1:31 AMsst start
supposed to update the functions (sst.Api
) live when saving? Right now I can see the console processing after save, but running the function again does not show the changes. Currently, we’re stopping and restarting sst cli in order to see changes. This can’t be whats supposed to happen?thdxr
01/16/2022, 9:09 PMthdxr
01/16/2022, 9:09 PMDan Van Brunt
01/16/2022, 9:33 PMDan Van Brunt
01/16/2022, 9:34 PMthdxr
01/16/2022, 9:37 PMthdxr
01/16/2022, 9:37 PMDan Van Brunt
01/16/2022, 9:41 PMDan Van Brunt
01/17/2022, 7:38 PMDan Van Brunt
01/17/2022, 7:41 PMthdxr
01/17/2022, 7:46 PMDan Van Brunt
01/17/2022, 7:47 PMthdxr
01/17/2022, 7:47 PMDan Van Brunt
01/17/2022, 7:47 PMDan Van Brunt
01/17/2022, 7:47 PMthdxr
01/17/2022, 7:49 PMsrc/module.ts
src/module.test.ts
vs
src/module.ts
test/module.test.ts
It can be nice to have everything colocated and there's good arguments for that. The arguments against it is the boundaries aren't as clearly defined and it's easy to intermix things that shouldn't be. And you can always use editor plugins to jump to the test from the modulethdxr
01/17/2022, 7:49 PMDan Van Brunt
01/17/2022, 7:50 PMthdxr
01/17/2022, 7:51 PMDan Van Brunt
01/17/2022, 7:53 PMconfig.ts
of (static config values) file between CDK and Lambdas?