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
@@ -89,7 +89,7 @@ ADD src/ /var/task
89
89
CMD ["node", "index.js"]
90
90
```
91
91
92
-
Line 2 and 3 copy lambda adapter binary and set it as ENTRYPOINT. This is the minimum configuration required to use Lambda Adapter. No need to change the code.
92
+
Line 2 and 3 copy lambda adapter binary and set it as ENTRYPOINT. This is the only configuration change required to run web application on AWS Lambda. No need to change the application code.
0 commit comments