A company wants to design an event-driven solution that would trigger data processing tasks every time a new image file is uploaded to a storage service. The image files can range from small to very large. The solution should start processing with minimal delay after the upload is complete. Which service should the company use to trigger the processing task immediately after the upload?
Configure Amazon Simple Notification Service (SNS) to invoke an AWS Lambda function
Use Amazon Simple Queue Service (SQS) to queue the event and poll the queue with AWS Lambda
Set up an Amazon CloudWatch Events/EventBridge rule to trigger the processing task
Integrate the storage service with Amazon Kinesis Data Streams and process batches of image uploads