Lambda not scaling enough with SQS queue trigger

0

I have an SQS queue set up as a trigger for a lambda function. In the trigger settings, the maximum concurrency is set to 100, however when the queue has tens of thousands of messages in it, the lambda never scales to concurrency greater than 10. I have no other lambdas running, so shouldn't it be able to scale as high as 1000 if that were the concurrency limit on the SQS trigger? How can I get higher concurrency when the queue is full of messages?

2 Answers
0
Accepted Answer

So turns out that my account had a concurrency limit of 10. Requested a quota increase and problem solved!

Bob
answered 4 months ago
profile picture
EXPERT
reviewed a month ago
0

Hello Bob, Great to see you got your problem solved

answered 4 months 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