Reputation: 185
I have an AWS Lambda that is triggered by SQS. Couple dozen lambdas will push message to that SQS. So I was wondering when SQS is flooded with messages does it automatically trigger lambda to create multiple instance of it and handle the messages? Or do I have to configure something else? Thanks
Upvotes: 1
Views: 914