From 1f733c3a54a0123add6f94ecd1228916308dc3e8 Mon Sep 17 00:00:00 2001 From: Juunini Date: Fri, 5 Nov 2021 20:07:26 +0900 Subject: [PATCH] Fix typo in README - line 111 : `bootstap` -> `bootstrap` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bbf8016..f469080 100644 --- a/README.md +++ b/README.md @@ -108,7 +108,7 @@ output (not zipped) is available under `target/lambda/{profile}/output/{your-lam You will see both `bootstrap` and `bootstrap.debug` files there. > **⚠️ Note:** `PACKAGE=false` prevents `package` hook from running. -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. +You can then invoke this bootstrap executable with the lambda-ci docker image for the `provided.al2` AWS lambda runtime with a one off container. ```sh # Build your function skipping the zip creation step