Skip to content

Commit ae2dddf

Browse files
author
Benedikt Pauwels
committed
removed manual copy step and created a symlink instead
1 parent 310c39f commit ae2dddf

File tree

3 files changed

+3
-8
lines changed

3 files changed

+3
-8
lines changed

Diff for: examples/sam/README.md

+2-8
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,9 @@ You will need to have a valid AWS Account in order to deploy these resources. Th
2929

3030
## Prepare the project
3131

32-
All the following commands must be executed inside the folder `examples/sam`
32+
All the following commands in this file must be executed inside the folder `examples/sam`
3333

34-
Before deploying this example, copy the Lambda Function Code to `src/handlers` by running:
35-
36-
```bash
37-
cp -R ../lambda-functions/* ./src/handlers
38-
```
39-
40-
and install the npm dependencies:
34+
Before deploying this example install the npm dependencies:
4135

4236
```bash
4337
npm i

Diff for: examples/sam/src/handlers

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
../../lambda-functions/

Diff for: examples/sam/src/handlers/COPY_LAMBDA_FUNCTIONS_HERE

Whitespace-only changes.

0 commit comments

Comments
 (0)