File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,13 @@ A pre-built layer zip file is available on the [Releases page](../../releases).
14
14
15
15
You can import it into your AWS account throught the Lambda console or with the following command:
16
16
``` 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
18
24
```
19
25
20
26
# Building
You can’t perform that action at this time.
0 commit comments