アカウント内の Lambda の artifact version と layer の総量は75GB以下に保つ必要がある。
理由
The Lambda service stores your function code in an internal S3 bucket that’s private to your account. Each AWS account is allocated 75 GB of storage in each Region. Code storage includes the total storage used by both Lambda functions and layers.
If you reach the quota, you receive a CodeStorageExceededException when you attempt to deploy new functions.
しかしながら、これはソフトリミット。上限を上げることは可能。😅
現在の総量の確認方法
AWS Console の Lambda のダッシュボードで確認できる。
Ref.