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
> ZEIT Now Deno builder - run Deno on Zeit. 🦕 + λ = ❤
3
4
4
5
This builder allows you to run [Deno](https://deno.land) as a lambda on ZEIT Now.
@@ -8,13 +9,37 @@ This builder allows you to run [Deno](https://deno.land) as a lambda on ZEIT Now
8
9
If you're unfamiliar with now runtimes, please read the [runtime docs](https://zeit.co/docs/runtimes) first. This runtime can be used like any other Community Runtime.
You can place a `build.sh` function in the root of your deploy directory. This will be executed before the lambda is built.
42
+
43
+
## Credits
44
+
45
+
This was only possible due to the great work of [Andy Hayden](https://github.com/hayd) who made the first attempts at running [deno in a lambda function](https://github.com/hayd/deno-lambda).
0 commit comments