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-4
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,13 @@
1
-
# AWS Layer for [Sharp](https://sharp.pixelplumbing.com/en/stable/) 🚀🚀🚀
1
+
# AWS Layer for [Sharp](https://github.com/lovell/sharp) 🚀🚀🚀
2
2
3
-
This is a [AWS Lambda Layers](https://docs.aws.amazon.com/en_pv/lambda/latest/dg/configuration-layers.html) custom routine that gives you access to [Sharp image library](https://sharp.pixelplumbing.com/en/stable/) in your lambda functions for NodeJs env without you installing and building the module yourself.
3
+
[AWS Lambda Layers](https://docs.aws.amazon.com/en_pv/lambda/latest/dg/configuration-layers.html) custom routine that gives you access to [Sharp image library](https://github.com/lovell/sharp) without installing, building and shipping the module with your functions. Just include it and use it.
4
+
5
+
Module is built on amazonlinux docker image and it's 100% compatible with nodejs10.x lambda environment.
4
6
5
7
This layer gives you:
6
8
7
-
- 🚀 fast iteration when dealing with images
8
-
- 📦 ~>30MB smaller functions, jsut because you don't ship them with sharp
9
+
- 🚀 fast iteration when dealing with functions that resize images
10
+
- 📦 ~30MB smaller functions, just because you don't ship them with sharp
0 commit comments