Hi,
I’m trying to package my serverless Typescript application and I have a few helper folders.
when using serverless-bundle, it only converts the lambda handler files to js
, packages them and leaves out any other files these handlers use during their execution.
Any reason why?