Hello guys.
Is somebody using any sort of Dependency Injection framework with JS Lambdas?
I’m running multiple landas today, and I’m using a DI framework called `InversifyJS`… But my problem now is the warmup time is higher than just having “normal instances”.
I’m really looking to continue having DI, and I know there are many other libraries for this purpose.
Is anybody else experimenting or using any DI framework in Production with JS/TS?
Thanks.