AWS Lambda: Difference between revisions

Content deleted Content added
No edit summary
mNo edit summary
Line 26:
* Contribution to Lambda's 250MB size limit.
* Impeded local testing.
* No [[Tree shaking|tree-shaking]] optimizations.
AWS Serverless Hero Yan Cui recommends alternative code-sharing strategies using package managers (e.g., [[Npm|NPM]]) due to these constraints. <ref name=":1" />
 
==Best practices==