This is a follow up to my recent post titled How to Trigger a Lambda Function Every 5–10 Seconds. I recommend you read that too, but it’s not required. How to Trigger a Lambda Function Every 5–10 Seconds
This post presents a solution involving EventBridge, two Lambda functions and an SQS queue. It’s surprisingly accurate…zaccharles.medium.com As is often the case in software, this problem has more than one possible solution. One awesome thing about serverless is…