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
Upload them as layers, and assign them to functions.
Signed-off-by: David Calavera <david.calavera@gmail.com>
Signed-off-by: David Calavera <david.calavera@gmail.com>
Copy file name to clipboardExpand all lines: README.md
+21-3Lines changed: 21 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,6 @@ This library provides constructs for Rust Lambda functions built with Cargo Lamb
5
5
To use this module you will either need to have [Cargo Lambda installed](https://www.cargo-lambda.info/guide/installation.html) (`0.12.0` or later), or `Docker` installed.
6
6
See [Local Bundling](#local-bundling)/[Docker Bundling](#docker-bundling) for more information.
7
7
8
-
9
8
## Rust Function
10
9
11
10
Define a `RustFunction`:
@@ -27,10 +26,29 @@ lamda-app
27
26
└── main.rs
28
27
```
29
28
30
-
## Runtime
29
+
###Runtime
31
30
32
31
The `RustFunction` uses the `PROVIDED_AL2` runtime.
33
32
33
+
## Rust Extension
34
+
35
+
Define a `RustExtension` that get's deployed as a layer to use it with any other function later.
0 commit comments