From db40ee6912256027d45806668301bcfca0e4fd85 Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Thu, 28 Dec 2023 11:23:24 +0000 Subject: [PATCH] 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. --- docs/install.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/install.md b/docs/install.md index 16a71adf..c44465e8 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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.