Skip to content

Commit

Permalink
Updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Umkus committed Feb 26, 2023
1 parent aa9e787 commit 9b0950f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9b0950f

Please sign in to comment.