Skip to content

Commit 711b695

Browse files
authored
add direct reference to ZISI
1 parent b63734e commit 711b695

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

Diff for: README.md

+12-2
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,19 @@ This is an optional tool that helps with building or locally developing [Netlify
44

55
The goal is to make it easy to write Lambda's with transpiled JS/TypeScript features and imported modules.
66

7-
## Alternative to Netlify Lambda
7+
## New Alternative to Netlify Lambda
88

9-
Netlify-Lambda uses webpack to bundle up your functions and their dependencies for you, however this is not the only approach. If you have native node modules (or other dependencies that dont expect to be bundled like [the Firebase SDK](https://github.com/netlify/netlify-lambda/issues/112)) then you may want to try the zipping approach. Read [here](https://www.netlify.com/blog/2018/09/14/forms-and-functions/) and [here for instructions](https://github.com/DavidWells/function-zips/) (more examples [here](https://github.com/netlify/function-bundling-example)) and and look out for more announcements on this in coming months.
9+
Netlify-Lambda uses webpack to bundle up your functions and their dependencies for you, however this is not the only approach. If you have native node modules (or other dependencies that dont expect to be bundled like [the Firebase SDK](https://github.com/netlify/netlify-lambda/issues/112)) then you may want to try the zipping approach.
10+
11+
We have recently soft released a new library to do this for you: https://github.com/netlify/zip-it-and-ship-it. This is integrated into the Netlify CLI. There is [more documentation here](https://www.netlify.com/docs/cli/#unbundled-javascript-function-deploys) in the official CLI docs and support is available through [our regular channels](https://www.netlify.com/support/).
12+
13+
<details>
14+
<summary><b>DIY zipping</b></summary>
15+
16+
Read [here](https://www.netlify.com/blog/2018/09/14/forms-and-functions/) and [here for instructions](https://github.com/DavidWells/function-zips/) (more examples [here](https://github.com/netlify/function-bundling-example))
17+
</details>
18+
19+
Look out for more announcements on this in coming months.
1020

1121
## Installation
1222

0 commit comments

Comments
 (0)