Skip to content

Commit 2f373c8

Browse files
authored
fix: update nodejs readme with missing step (#1650)
1 parent 3f96b64 commit 2f373c8

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

nodejs/README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,21 @@ included and loaded automatically if you use the AWS SDK v2.
1010

1111
## Building
1212

13-
To build the layer and sample applications, in this `nodejs` folder, run
13+
To build the layer and sample applications in this `nodejs` folder:
14+
15+
First install dependencies:
1416

1517
```
1618
npm install
1719
```
1820

19-
This will download all dependencies and compile all code. The layer zip file will be present at `./packages/layer/build/layer.zip`.
21+
Then build the project:
22+
23+
```
24+
npm run build
25+
```
26+
27+
You'll find the generated layer zip file at `./packages/layer/build/layer.zip`.
2028

2129
## Sample applications
2230

0 commit comments

Comments
 (0)