NPM Dependencies?
Open
enhancement
help wanted
question
- Dominant language
- JavaScript
- Stars
- 1k
- Forks
- 200
- Avg merge
- 1h 47m
- Merged PRs (30d)
- 1
Description
What if we want to use an NPM module in our Lambda Function, how is this done?
A simple example could be to _require_ `request` and make an http request to an open API and log the response...? or we could go _even simpler_ and require a simple module like https://github.com/dwyl/aguid and `console.log` the resulting `uuid`.
see: https://aws.amazon.com/blogs/compute/nodejs-packages-in-lambda/
Contributor guide
Assessment
This issue has not been assessed yet.