We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c511046 commit 959e418Copy full SHA for 959e418
examples/extension-internal-flush/README.md
@@ -20,11 +20,9 @@ without introducing an observable delay.
20
## Build & Deploy
21
22
1. Install [cargo-lambda](https://github.com/cargo-lambda/cargo-lambda#installation)
23
-2. Build the extension with `cargo lambda build --release`
+2. Build the function with `cargo lambda build --release`
24
3. Deploy the function to AWS Lambda with `cargo lambda deploy --iam-role YOUR_ROLE`
25
26
-The last command will give you an ARN for the extension layer that you can use in your functions.
27
-
28
## Build for ARM 64
29
30
-Build the extension with `cargo lambda build --release --arm64`
+Build the function with `cargo lambda build --release --arm64`
0 commit comments