anyone have a clue why my lambda function would fa...
# help
v
anyone have a clue why my lambda function would fail on this error message
(init_lib(...) , __toCommonJS(...)) is not a function
?
I think it is something with not including a package correctly that I am using. I do have a package.json with the packages that I use in my lambda function
Solved it by removing the package that did not work.