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
Copy file name to clipboardexpand all lines: README.md
+4-5
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,7 @@
3
3
4
4
## 🤔 about
5
5
6
-
This docker image extends [lambda ci `provided.al2`](https://github.com/lambci/docker-lambda#documentation) builder docker image, a faithful reproduction of the actual AWS "**provided.al2**" Lambda runtime environment,
7
-
and installs [rustup](https://rustup.rs/) and the *stable* rust toolchain.
6
+
This docker image extends AWS Lambda `provided.al2 runtime environment, and installs [rustup](https://rustup.rs/) and the *stable* rust toolchain.
8
7
9
8
This provides a build environment, consistent with your target execution environment for predictable results.
10
9
@@ -108,7 +107,7 @@ output (not zipped) is available under `target/lambda/{profile}/output/{your-lam
108
107
You will see both `bootstrap` and `bootstrap.debug` files there.
109
108
> **⚠️ Note:**`PACKAGE=false` prevents `package` hook from running.
110
109
111
-
You can then invoke this bootstap executable with the lambda-ci docker image for the `provided.al2` AWS lambda runtime with a one off container.
110
+
You can then invoke this bootstap executable for the `provided.al2` AWS lambda runtime with a one off container.
112
111
113
112
```sh
114
113
# Build your function skipping the zip creation step
0 commit comments