Skip to content

Commit 9b0950f

Browse files
committed
Updated readme
1 parent aa9e787 commit 9b0950f

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,13 @@ A pre-built layer zip file is available on the [Releases page](../../releases).
1414

1515
You can import it into your AWS account throught the Lambda console or with the following command:
1616
```shell
17-
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
17+
aws lambda publish-layer-version \
18+
--layer-name sharp \
19+
--description "Sharp layer" \
20+
--license-info "Apache License 2.0" \
21+
--zip-file fileb://dist/sharp-layer.zip \
22+
--compatible-runtimes nodejs14.x nodejs16.x nodejs18.x \
23+
--compatible-architectures x86_64 arm64
1824
```
1925

2026
# Building

0 commit comments

Comments
 (0)