I have say 4 DC and each generates a message independently and writes to SQS queue. Each DC may have its own delay and may not write at same time as other. DC’s can have difference of as large as 5-10 min in writing to SQS.
How can I trigger a lambda after all DC have written the message.