AWS has introduced self-managed code storage for Lambda, allowing users to store function and layer deployment packages in their own S3 buckets. This means Lambda functions can directly reference these packages, shifting storage management to the customer's S3 account.
A key change is the removal of the per-Region code storage quota that previously limited large deployments. For those still using Lambda-managed storage, the default quota has been raised from 75 GB to 300 GB. This addresses a common pain point for teams with extensive function fleets.
Despite the increased account-level storage, the individual function package size limits remain the same. Zip-based functions are still capped at 50 MB zipped and 250 MB unzipped, while container images have a 10 GB limit. This distinction is important as the change primarily affects aggregate storage, not the size of single functions.
Operationally, self-managed storage eliminates an intermediate copy step, potentially speeding up function activation after creation or updates. While there are no additional Lambda charges for this feature, customers will incur standard S3 storage and any cross-Region transfer costs, making storage expenses visible on their S3 bill.
✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →
One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.
One email a day. Unsubscribe in one click, any time.
Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.
▶ Play today's briefNew every morning, and the back catalogue is archived by date.
AWS Lambda now allows self-managed code storage, enabling functions and layers to reference deployment packages directly from customer-owned S3 buckets. This change removes the per-Region code storage quota for large function fleets and increases the default Lambda-managed storage from 75 GB to 300 GB, but does not alter individual function size limits.