← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

AWS Lambda Introduces Self-Managed Code Storage, Increasing Account-Level Quotas

🔄 Updated 1d ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • AWS Lambda now supports self-managed code storage in S3 buckets.
  • The per-Region code storage quota for Lambda accounts is removed.
  • Default Lambda-managed storage increased from 75 GB to 300 GB.
  • Individual function size limits (50 MB zipped, 250 MB unzipped, 10 GB for containers) remain unchanged.

New Self-Managed Code Storage Option

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.

Removal of Account-Level Storage Quotas

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.

Individual Function Size Limits Unchanged

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.

Operational Impact and Cost Implications

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 →

The daily brief

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.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~7 min · 6 stories · Aug 15

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

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.