So I've created a lambda function which was developed in SAM. Now when I've pushed all the code to the lambda function however when I trigger it it seems like it doesn't install the necessary dependencies like mysql etc
Shouldn't it automatically npm install all the required libraries? Or do I need to manually push the node_modules dir to the lambda function as well?