aws-samples / aws-samples/lambda-nodejs-esbuild
Including node_modules in the minification
Aberta
- Linguagem predominante
- JavaScript
- Estrelas
- 27
- Forks
- 0
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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!
Guia de contribuição
Avaliação
Esta issue ainda não foi avaliada.