Skip to content
This repository was archived by the owner on Dec 2, 2020. It is now read-only.

Commit 9c93fd9

Browse files
matthewpoerclareliguori
authored andcommitted
Update Paths in Example (#19)
Paths should assume one is following example line-by-line.
1 parent bb5b7ca commit 9c93fd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ docker run lambda-php goodbye '{"name": "World"}'
130130

131131
Run the tool to create and publish Lambda layers that contain the PHP custom runtime:
132132
```
133-
./bin/local/img2lambda -i lambda-php:latest -r us-east-1
133+
../bin/local/img2lambda -i lambda-php:latest -r us-east-1
134134
```
135135

136136
Create a PHP function that uses the layers:
@@ -146,7 +146,7 @@ aws lambda create-function \
146146
--runtime provided \
147147
--role "arn:aws:iam::XXXXXXXXXXXX:role/service-role/LambdaPhpExample" \
148148
--region us-east-1 \
149-
--layers file://../output/layers.json
149+
--layers file://../../output/layers.json
150150
```
151151

152152
Finally, invoke the function:

0 commit comments

Comments
 (0)