Question: Is it possible to rename/configure the d...
# sst
s
Question: Is it possible to rename/configure the directory name for the lambdas? I'd like to change it from
src
to
lambdas
I prefer the explicitness as I will have a
frontend
and other folders in the workspace root too.
src
feels a bit too generic.
t
Yeah you can change it to whatever you want, nothing in sst has that hardcoded
just make sure you updated
tsconfig
if you're using it
recommend exploring this repo, has a more advanced setup like what you're talking about
s
Excellent thanks!
Awesome, see that uses yarn workspaces
That was gonna be my next question