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년 전1399회 조회
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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠