mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 10:30:15 +02: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:
parent
02b98b8e1b
commit
db40ee6912
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user