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

Chagui
asked 4 years ago2086 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 4 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.

Guidelines for Answering Questions