Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in AWS by (19.1k points)

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?

1 Answer

0 votes
by (44.4k points)

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

Related questions

Want to get 50% Hike on your Salary?

Learn how we helped 50,000+ professionals like you !

0 votes
1 answer

Browse Categories

...