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

Commit 2218bc9

Browse files
committed
Add README
1 parent 3d48388 commit 2218bc9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
This container image converter tool (img2lambda) repackages container images (such as Docker images) into AWS Lambda layers, and publishes them as new layer versions.
44

5+
```
6+
docker build -t lambda-php .
7+
8+
docker run lambda-php hello '{"name": "World"}'
9+
10+
docker run lambda-php goodbye '{"name": "World"}'
11+
```
12+
513
## License Summary
614

7-
This sample code is made available under a modified MIT license. See the LICENSE file.
15+
This sample code is made available under a modified MIT license. See the LICENSE file.

0 commit comments

Comments
 (0)