https://github.com/sambaiz/npm-lambda-layer
Enable npm command execution in Lambda function
https://github.com/sambaiz/npm-lambda-layer
lambda lambda-layer npm
Last synced: 2 months ago
JSON representation
Enable npm command execution in Lambda function
- Host: GitHub
- URL: https://github.com/sambaiz/npm-lambda-layer
- Owner: sambaiz
- Created: 2019-07-23T13:50:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-07-25T00:25:43.000Z (over 6 years ago)
- Last Synced: 2025-04-09T11:14:54.025Z (9 months ago)
- Topics: lambda, lambda-layer, npm
- Language: Go
- Homepage:
- Size: 40.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm-lambda-layer
Enable `npm` command execution in Lambda function.
```
$ make build
$ make local-run
$ open http://localhost:3000
```
```
$ tree -L 2 npm-layer
npm-layer
├── bin
│ ├── node
│ ├── npm
│ └── npx
└── nodejs
└── node_modules
```
## Article
[Lambda上でnpm installできるLayerを作った - sambaiz-net](https://www.sambaiz.net/article/233/)