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:
Lovell Fuller 2023-12-28 11:23:24 +00:00
parent 02b98b8e1b
commit db40ee6912

View File

@ -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 see the [cross-platform](#cross-platform) section to help decide which package manager is appropriate
and how to configure it. 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. To get the best performance select the largest memory available.
A 1536 MB function provides ~12x more CPU time than a 128 MB function. A 1536 MB function provides ~12x more CPU time than a 128 MB function.