Scenario: You are building a data processing pipeline that requires real-time analysis of images uploaded to an S3 bucket. How would you configure AWS Lambda to trigger image processing functions in response to S3 upload events?

  • Configure an S3 event notification to trigger a Lambda function
  • Poll the S3 bucket for changes periodically
  • Use Amazon SNS to publish S3 events
  • Use Amazon SQS to queue S3 events
Configuring an S3 event notification to trigger a Lambda function is the correct approach for real-time analysis of images uploaded to an S3 bucket.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *