An open API service indexing awesome lists of open source software.

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

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/)