So I have created a FIFO queue where 10000 messages gets pushed which belong to 100 message groups and consumed by lambda.
So wanted to see the following questions metrics:
- What is the total time taken to process all messages in each message group in FIFO queue?
- What is the total time taken to process all messages in FIFO queue?
Lambda Invocations and Concurrent executions metrics are available.