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
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ AWS Lambda Adapter work with Lambda functions packaged as both docker images and
16
16
### Lambda functions packaged as Docker Images or OCI Images
17
17
18
18
To use Lambda Adapter with docker images, package your web app (http api) in a Dockerfile, and add one line to copy Lambda Adapter binary to /opt/extensions inside your container.
19
-
By default, Lambda Adapter assume the web app is listening on port 8080. If not, you can change this via [configuration](#Configurations).
19
+
By default, Lambda Adapter assumes the web app is listening on port 8080. If not, you can specify the port via [configuration](#Configurations).
0 commit comments