How does AWS Lambda determine if messages are still in SQS queue?
When using AWS Lambda with a SQS queue (as event source), it is written in the doc If messages are still available, Lambda increases the number of processes that are reading batches by up to 60 more instances per minute.…