Skip to content

Max number of SQS as triggers for a single lambda?

0

Hi,
does someone know if there is a limitation on the number of SQS i can connect to a single lambda?

Saludos,
Andres

asked 6 years ago2.6K views
1 Answer
0
Accepted Answer

There is no limitations on number of triggers for a single lambda function.
You can connect any number of queues to your lambda function.
Or multiple event sources to a single lambda function.

answered 6 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.