Lambda@Edge - Maximum number of distributions with Lambda function exceeded

0

I have a Lambda@Edge triggered by a Cloudfront Origin Request that simply removes a part of the resource path before requesting the origin.

My issue here is that I have a lot of distributions (maybe 50) for which I'd like to trigger this Lambda function, but apparently, the only thing I managed to trigger is the:
TooManyDistributionsWithLambdaAssociationsException

com.amazonaws.services.cloudfront.model.TooManyDistributionsWithLambdaAssociationsException: Completing this action would cause the maximum number of distributions with Lambda function associations per owner to be exceeded (maximum allowed is 25).

Moreover, I am surprised I don't find it in this documentation:
http://docs.aws.amazon.com/lambda/latest/dg/limits.html

Can I get round these limits somehow?
I'd be grateful if someone could explain it to me!

François

質問済み 7年前1382ビュー
1回答
0

Hi,

"Other Limits" section on [1] talks about this. The link to request a higher limit is also available there.

[1] https://docs.aws.amazon.com/AmazonCloudFront/latest/DeveloperGuide/cloudfront-limits.html#limits-lambda-at-edge

Thanks,
Abhishek

AWS
回答済み 6年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ