File tree 1 file changed +22
-0
lines changed
1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,28 @@ This package provides a [custom
4
4
runtime] ( https://docs.aws.amazon.com/lambda/latest/dg/runtimes-custom.html ) for
5
5
AWS Lambda.
6
6
7
+ ## Installation
8
+
9
+ This repository provides two libraries:
10
+
11
+ - ` lambda-runtime ` provides a runtime and API for
12
+ [ AWS Lambda] ( https://aws.amazon.com/lambda/ ) and
13
+ [ API Gateway] ( https://aws.amazon.com/api-gateway/ ) .
14
+ - the ` vercel ` library depends on ` lambda-runtime ` and provides an interface to
15
+ the [ Vercel] ( https://vercel.com/ ) service that resembles a request / response
16
+ exchange.
17
+
18
+
19
+ The libraries in this repo are released to the OPAM package registry.
20
+
21
+ You can depend on them via:
22
+
23
+ 1 . [ __ esy__ ] ( esy ) : ` esy add @opam/lambda-runtime ` and / or ` esy add @opam/vercel `
24
+ 2 . [ __ OPAM__ ] ( opam ) : ` opam install lambda-runtime vercel ` .
25
+
26
+ [ esy ] : https://esy.sh
27
+ [ opam ] : https://opam.ocaml.org
28
+
7
29
## Example function
8
30
9
31
See the [ ` examples ` ] ( ./examples ) folder.
You can’t perform that action at this time.
0 commit comments