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.
Loading...
Related Quiz
- IAM policies are used to define the permissions granted to the ________ account in a Cross-Account Access scenario.
- S3 events can trigger AWS Lambda functions in response to changes in __________.
- When designing AWS Lambda functions for high concurrency, it's essential to consider the impact on __________ and resource consumption.
- DynamoDB Streams provide an at-least-once __________ of stream records, ensuring durability and data consistency.
- What are custom metrics used for in AWS?