Skip to content

Commit 023634d

Browse files
committed
update README
1 parent 67382d2 commit 023634d

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# lambda-npm-layer
22

3-
Enable `npm install` execution in Lambda function.
3+
Enable `npm` command execution in Lambda function.
44

55
```
66
$ make build
77
$ make local-run
88
$ open http://localhost:3000
99
```
1010

11+
```
12+
$ tree -L 2 npm-layer
13+
npm-layer
14+
├── bin
15+
│ ├── node
16+
│ └── npm -> ../nodejs/node_modules/npm/bin/npm-cli.js
17+
└── nodejs
18+
└── node_modules
19+
```
20+
1121
## Article
1222

1323
[Lambda上でnpm installする - sambaiz-net](https://www.sambaiz.net/article/233/)

0 commit comments

Comments
 (0)