aws-samples / aws-samples/lambda-nodejs-esbuild
Including node_modules in the minification
Open
- Dominant language
- JavaScript
- Stars
- 27
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
Hello. Thanks for sharing this sample project.
I came from this [article](https://aws.amazon.com/blogs/compute/optimizing-node-js-dependencies-in-aws-lambda/) and need to use my code for a Lambda@Edge (`viewer-request`), limited to 1MB size.
When I try to run the build command, I got these issue:
```
✘ [ERROR] Could not resolve "./src//node_modules"
✘ [ERROR] No loader is configured for ".lock" files: src//yarn.lock
```
If you can help out, I would really appreciate it!
Contributor guide
Assessment
This issue has not been assessed yet.