We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbcb7e6 commit 9371679Copy full SHA for 9371679
1 file changed
docs/src/content/docs/install.md
@@ -188,6 +188,12 @@ and how to configure it.
188
Some package managers use symbolic links
189
but AWS Lambda does not support these within deployment packages.
190
191
+An alternative approach is to use a well-maintained, third-party Lambda Layer:
192
+
193
+- [cbschuld/sharp-aws-lambda-layer](https://github.com/cbschuld/sharp-aws-lambda-layer)
194
+- [pH200/sharp-layer](https://github.com/pH200/sharp-layer)
195
+- [zoellner/sharp-heic-lambda-layer](https://github.com/zoellner/sharp-heic-lambda-layer)
196
197
To get the best performance select the largest memory available.
198
A 1536 MB function provides ~12x more CPU time than a 128 MB function.
199
0 commit comments