So we have the `copyFiles` option in the `bundle` ...
# sst
t
So we have the
copyFiles
option in the
bundle
property but this seems specific to certain runtimes. Is there a way to generally copy files into the handler?
maybe
copyFiles
should live outside
bundle
f
Hey @thdxr, is there a specific runtime you are looking for rn?
Python runtime also has a
bundle
option. I think all runtimes can have a
bundle
option with the
copyFiles
option. Reason being copying files is part of the “bundling” process. What do u think?
t
Yeah I agree think it's a global need across runtimes. I was messing with the Go runtime