Making history through an API Gateway, Lambda, and SQS — This is the story of a moment in time that triggered a chain reaction through a Lambda and into an SQS Queue… In other words, we are going to run some code that sends a timestamp from an API Gateway, to a Lambda function, and finally to an SQS queue. To do this, we will need to: …