AWS Lambda가 고객 소유의 S3 버킷에서 코드 패키지를 참조할 수 있게 되었다.
AWS Lambda는 이제 고객 소유의 S3 버킷에서 직접 배포 패키지를 참조할 수 있으며, 이로 인해 지역별 코드 저장소 쿼터가 제거되고 관리되는 기본 용량이 75GB에서 300GB로 증가했습니다. 그러나 함수당 패키지 제한은 변경되지 않았으며, 객체를 교체한 후에는 UpdateFunctionCode가 여전히 필요합니다. Terraform 공급자 지원은 향후 개선 요청으로 남아 있습니다.
AWS Lambda can now reference deployment packages in customer-owned S3 buckets.
AWS Lambda can now directly reference deployment packages stored in customer-owned S3 buckets, removing the code storage quota per region and raising the managed default from 75GB to 300GB. However, the per-function package limits remain unchanged, and UpdateFunctionCode is still required after replacing an object. Terraform provider support is still an open enhancement request.