Ultimate access to all questions.
A web application uploads images to an Amazon S3 bucket, triggering an event that sends object creation notifications to an Amazon SQS standard queue. This queue triggers a Lambda function to process images and email results to users. Users complain of receiving duplicate emails for a single image upload. The issue is identified as the Lambda function being invoked multiple times per message. What is the least operational overhead solution for this?