webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.29k stars 601 forks source link

fix: increase lambda memory size #4197

Closed brunozoric closed 1 month ago

brunozoric commented 2 months ago

Changes

This PR increases memorySize for most of our Lambdas which are getting deployed.

128MB will be left on WebsiteTenantRouter and tenantRouter Lambdas as it is custom code, which does not load whole Webiny system.

How Has This Been Tested?

Jest and manually.