Is there a way to get `sst.Function` to bundle as ...
# help
d
Is there a way to get
sst.Function
to bundle as it does… but Additionally pull in a static directory? So the resulting assets uploaded to the function are something like.
Copy code
handler.js (bundle)
/static/...
t
We support a
copyFiles
option on the bundle: https://docs.serverless-stack.com/constructs/Function#copyfiles