What’s the best way to package up a lambda from code in the same directory? I like the ability to create lambdas in-line with pulumi, but I’m needing a bit more structure to the lambda and more JS files and would prefer to not have to zip the code up each time
@white-balloon-205 gotcha, I’d prefer to let Pulumi manage it but when my eventHandler requires a JS file in the same folder, it doesn’t actually get bundled with the lambda
Is it expected with Pulumi that if you need to expand to a more modular lambda that you create the lambda explicitly? using the example you linked above