Skip to content

Commit 8e5b455

Browse files
committed
Fixed lambda runtime
1 parent 46c019d commit 8e5b455

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

dist/sharp-layer.zip

0 Bytes
Binary file not shown.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"scripts": {
2121
"deps": "docker run -v \"$PWD\":/var/task lambci/lambda:build-nodejs12.x npm --no-optional --no-audit --progress=false ci",
2222
"build": "docker run -v \"$PWD\":/var/task lambci/lambda:build-nodejs12.x node ./node_modules/webpack/bin/webpack.js",
23-
"install": "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 nodejs12"
23+
"install": "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 nodejs12.x"
2424
}
2525
}

0 commit comments

Comments
 (0)