anyone have a clue why my lambda function would fail on this error message
(init_lib(...) , __toCommonJS(...)) is not a function
?
Vegard Bjørsvik
06/23/2022, 4:35 PM
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
Vegard Bjørsvik
06/23/2022, 5:01 PM
Solved it by removing the package that did not work.