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: docs/commands/deploy.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ Build binaries of your Go language functions into the functions folder as part o
32
32
Single file Node.js functions:
33
33
-----------------------------
34
34
35
-
Build dependency bundled Node.js lambda functions with tools like netlify-lambda, webpack or browserify into the function folder as part of your build process.
35
+
Build dependency bundled Node.js lambda functions with tools like webpack or browserify into the function folder as part of your build process.
Copy file name to clipboardExpand all lines: src/commands/deploy/index.ts
+1-1
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Build binaries of your Go language functions into the functions folder as part o
35
35
Single file Node.js functions:
36
36
-----------------------------
37
37
38
-
Build dependency bundled Node.js lambda functions with tools like netlify-lambda, webpack or browserify into the function folder as part of your build process.
38
+
Build dependency bundled Node.js lambda functions with tools like webpack or browserify into the function folder as part of your build process.
0 commit comments