Skip to content

Commit bd4a231

Browse files
committed
update readme
1 parent 283a828 commit bd4a231

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff 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) 🚀🚀🚀
22

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.
46

57
This layer gives you:
68

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
911

1012
## How to Use this layer
1113

0 commit comments

Comments
 (0)