mirror of
https://github.com/lovell/sharp.git
synced 2025-12-19 07:15:08 +01:00
Docs: add note about Lambda lacking symlink support
Some package managers use symlinks. If you need to deploy to AWS, please do not use symlinks.
This commit is contained in:
@@ -176,6 +176,9 @@ When building your deployment package on a machine that differs from the target
|
||||
see the [cross-platform](#cross-platform) section to help decide which package manager is appropriate
|
||||
and how to configure it.
|
||||
|
||||
Some package managers use symbolic links
|
||||
but AWS Lambda does not support these within deployment packages.
|
||||
|
||||
To get the best performance select the largest memory available.
|
||||
A 1536 MB function provides ~12x more CPU time than a 128 MB function.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user