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

preguntada hace 7 años1412 visualizaciones
1 Respuesta
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
respondido hace 6 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas