when using 3rd party npm inside lambda that doesn'...
# general
a
when using 3rd party npm inside lambda that doesn't have typings via require("") it's not recognized as dependency in serialized lambda function. Is that expected behavior? Should I generate typings for such modules or add them explicitly as lambda layer?