You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-5Lines changed: 6 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
# AWS Sharp layer
2
-
This AWS lambda layer contains a pre-built [sharp](https://www.npmjs.com/package/sharp) npm library, so that you could "just use" it in your lambda code:
2
+
This AWS lambda layer contains a latest pre-built vanilla[sharp](https://www.npmjs.com/package/sharp) npm library, so that you could "just use" it in your lambda code:
3
3
4
4
```javascript
5
5
importsharpfrom'sharp'
6
6
// ...
7
7
```
8
8
9
-
It holds only necessary files to minimize its weight (16Mb).
10
-
It also supports all currently supported AWS lambda node runtimes (>=`nodejs14.x`) and architectures (`x86_64` and `arm64`).
9
+
It contains only necessary files to minimize its weight (16Mb).
10
+
It also supports all current AWS lambda node runtimes (>=`nodejs14.x`) and architectures (`x86_64` and `arm64`).
11
11
12
12
# Getting
13
13
A pre-built layer zip file is available on the [Releases page](../../releases).
0 commit comments