1 min readJul 7, 2018
Hi Carlos,
Thanks for the comment. You can set concurrency limit per function to avoid overflowing downstream services. https://docs.aws.amazon.com/lambda/latest/dg/concurrent-executions.html
There is a nice blog post about that:
https://www.jeremydaly.com/serverless-consumers-with-lambda-and-sqs-triggers/
Cheers,
Adrian