Hello guys. Is somebody using any sort of Dependen...
# general
a
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.
j
Is the size of the Lambda affected by adding this?
a
Not se size, but the warmup for example, and response time.
j
Oh do you have a sense of how much longer is the response time?
a
No, but that’s something I’m trying to measure.
Not sure how to measure lambda performance in an automated way.