Back
Recently I found that the aws-sdk NPM module is preinstalled in AWS Lambda nodejs8.10. And I can't find any information on the internet about it.
Which other node.js modules are pre-installed in AWS Lambda?
AWS-SDK package is preinstalled and all the rest has to be loaded from the “node_modules” directory. Check out this documentation for more information:
https://docs.aws.amazon.com/lambda/latest/dg/nodejs-create-deployment-pkg.html
Learn how we helped 50,000+ professionals like you !
31k questions
32.8k answers
501 comments
693 users