From 9b0950f86a171358e58c8d08b71a3c4551aea452 Mon Sep 17 00:00:00 2001 From: Mykhailo Gorianskyi Date: Sun, 26 Feb 2023 21:33:39 +0100 Subject: [PATCH] Updated readme --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 725fdf8..4a2f031 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,13 @@ A pre-built layer zip file is available on the [Releases page](../../releases). You can import it into your AWS account throught the Lambda console or with the following command: ```shell -aws lambda publish-layer-version --layer-name sharp --description "Sharp layer" --license-info "Apache License 2.0" --zip-file fileb://dist/sharp-layer.zip --compatible-runtimes nodejs14.x nodejs16.x nodejs18.x --compatible-architectures x86_64 arm64 +aws lambda publish-layer-version \ + --layer-name sharp \ + --description "Sharp layer" \ + --license-info "Apache License 2.0" \ + --zip-file fileb://dist/sharp-layer.zip \ + --compatible-runtimes nodejs14.x nodejs16.x nodejs18.x \ + --compatible-architectures x86_64 arm64 ``` # Building