Seth Geoghegan
02/24/2021, 9:01 PMFrank
Frank
Frank
/
lib/
index.js
ApiStack.js
CronJobStack.js
ResourcesStack.js
src/
package.json
sst.json
Frank
lib/
and lambda code goes into src/
Seth Geoghegan
02/24/2021, 9:23 PMPaulo
02/25/2021, 7:01 PMFrank
lib
is the standard directory in CDK. @Jay what do you think? Paulo and a few others have brought this up before. Might be more intuitive to name the directory stacks
or resources
?Sione
02/26/2021, 6:54 AMsst.json
.Paulo
02/26/2021, 7:50 AMinfrastructure
and api
, but not all lambdas are API so perhaps something broader like functions
or application
. Btw, between `stacks`and resources
I'd go for stacks
which sounds less generic.Frank
Jay