We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ccb46d commit 22a392dCopy full SHA for 22a392d
README.md
@@ -1,9 +1,10 @@
1
# AWS Sharp layer
2
This AWS lambda layer contains a pre-built [sharp](https://www.npmjs.com/package/sharp) npm library.
3
+It is optimized for the most frugal space usage possible.
4
-|Sharp version|Layer size|Zipped size|
5
+|Sharp version|Layer size (zipped)|Lambda space usage|
6
|---|---|---|
-|[0.25.2](https://github.com/lovell/sharp/releases/tag/v0.25.2)|26MB|9.9MB|
7
+|[0.25.2](https://github.com/lovell/sharp/releases/tag/v0.25.2)|26MB (9.9MB)| 5% (out of 512MB)|
8
9
# Getting
10
A built lambda zip file is available at [`dist/sharp-layer.zip`](./dist/sharp-layer.zip).
0 commit comments