What is the maximum number of event source mappings on AWS Lambda?

I can't seem to find this limitation, stated anywhere in the AWS documentation, for the maximum number of event sources to run one Lambda.

I have a Lambda that will be triggered by an endlessly growing number of S3 Buckets. Obviously this will only work if the maximum number of buckets exceeds the maximum number of triggers. Is there maximism? If so, what is it, and can it be increased?

+3


source to share


1 answer


There's a page-by-page answer at http://docs.aws.amazon.com/lambda/latest/dg/API_ListEventSourceMappings.html and since I can't find information on the lambda constraints page I'm sure there is no limit (or at least at least there is a huge amount you don't need to worry about).



+3


source







All Articles