Question: How does SST do the lambda bundling? Doe...
# sst
s
Question: How does SST do the lambda bundling? Does it try to inline node deps similar to vercels ncc?
t
Yeah we use
esbuild
to bundle into a single file
you can control some of this behavior with the
bundle
option