We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
nodejs
1 parent 3f96b64 commit 2f373c8Copy full SHA for 2f373c8
nodejs/README.md
@@ -10,13 +10,21 @@ included and loaded automatically if you use the AWS SDK v2.
10
11
## Building
12
13
-To build the layer and sample applications, in this `nodejs` folder, run
+To build the layer and sample applications in this `nodejs` folder:
14
+
15
+First install dependencies:
16
17
```
18
npm install
19
20
-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`.
28
29
## Sample applications
30
0 commit comments