Thanks James. Absolutely love your videos. Could you plz do a video on using Layers with .Net-based lambdas to reuse dependencies between functions. Cheers 🙂
Thanks Adnan. Typically, I'd recommend not using layers with .NET Lambda functions. Because .NET is a compiled language, any shared DLLs should be added at compile time not loaded dynamically at runtime. 👌
Thanks James. Absolutely love your videos. Could you plz do a video on using Layers with .Net-based lambdas to reuse dependencies between functions. Cheers 🙂
Thanks Adnan. Typically, I'd recommend not using layers with .NET Lambda functions. Because .NET is a compiled language, any shared DLLs should be added at compile time not loaded dynamically at runtime. 👌