You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 2, 2020. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,14 @@
2
2
3
3
This container image converter tool (img2lambda) repackages container images (such as Docker images) into AWS Lambda layers, and publishes them as new layer versions.
4
4
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
+
5
13
## License Summary
6
14
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