Hi all, I have a TypeScript pulumi project with ab...
# general
q
Hi all, I have a TypeScript pulumi project with about 7 lambdas. Each lambda has its own folder inside of a parent app folder. Each lambda is its own nodeJS application. My question: does each lambda have to be its own nodejs application or can I roll everything up to one?