File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ It also supports all currently supported AWS lambda node runtimes (>=`nodejs14.x
1313A pre-built layer zip file is available on the [ Releases page] ( ../../releases ) .
1414
1515You can import it into your AWS account throught the Lambda console or with the following command:
16- ```shell script
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
18- ```
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
18+ ```
1919
2020# Building
2121Install dependencies (this will wipe your existing ` node_modules/ ` directory):
22- ``` shell script
22+ ``` shell
2323npm ci --arch=x64 --platform=linux
2424```
2525
You can’t perform that action at this time.
0 commit comments