What are the strategies for deploying lambda funct...
# general
c
What are the strategies for deploying lambda functions written in TypeScript in a large project? I’m getting some weird transpilation issues. But also it looks like all of the production dependencies are being bundled, regardless if they are used or not. Surely that’s not efficient. Would bundling with webpack first be the go to approach?