Skip to content

Commit 959e418

Browse files
committed
fix: examples/extension-internal-flush: don't refer to a standalone layer arn for internal extension deploy
1 parent c511046 commit 959e418

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

examples/extension-internal-flush/README.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,9 @@ without introducing an observable delay.
2020
## Build & Deploy
2121

2222
1. Install [cargo-lambda](https://github.com/cargo-lambda/cargo-lambda#installation)
23-
2. Build the extension with `cargo lambda build --release`
23+
2. Build the function with `cargo lambda build --release`
2424
3. Deploy the function to AWS Lambda with `cargo lambda deploy --iam-role YOUR_ROLE`
2525

26-
The last command will give you an ARN for the extension layer that you can use in your functions.
27-
2826
## Build for ARM 64
2927

30-
Build the extension with `cargo lambda build --release --arm64`
28+
Build the function with `cargo lambda build --release --arm64`

0 commit comments

Comments
 (0)