From 98902c796f5042f5eb3ae40c20579b5fa126f238 Mon Sep 17 00:00:00 2001 From: Marwane Koutar Date: Wed, 28 Feb 2024 16:37:39 +0100 Subject: [PATCH 1/2] fixed typo in readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 402ac8d1..b827b31b 100644 --- a/readme.md +++ b/readme.md @@ -187,7 +187,7 @@ To build and package your Lambda, run the following command: The `archive` command can be customized using the following parameters -* `--output-path` A valid file system path where a folder with the archive operation result will be placed. This folder will contains the following elements: +* `--output-path` A valid file system path where a folder with the archive operation result will be placed. This folder will contain the following elements: * A file link named `bootstrap` * An executable file * A **Zip** file ready to be upload to AWS From 8544d6286956bf0020445b08b61505c6529bbcd5 Mon Sep 17 00:00:00 2001 From: Marwane Koutar Date: Wed, 28 Feb 2024 16:49:05 +0100 Subject: [PATCH 2/2] fixed typo in readme (upload -> uploaded) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index b827b31b..9a3cf696 100644 --- a/readme.md +++ b/readme.md @@ -190,7 +190,7 @@ The `archive` command can be customized using the following parameters * `--output-path` A valid file system path where a folder with the archive operation result will be placed. This folder will contain the following elements: * A file link named `bootstrap` * An executable file - * A **Zip** file ready to be upload to AWS + * A **Zip** file ready to be uploaded to AWS * `--verbose` A number that sets the command output detail level between the following values: * `0` (Silent) * `1` (Output)