Scenario: You are designing a serverless architecture for a real-time analytics application. Which AWS service would you use to process incoming data streams and trigger AWS Lambda functions?
- Amazon Kinesis
- Amazon S3
- Amazon Redshift
- Amazon EC2
Amazon Kinesis is the correct option as it is designed for real-time processing of streaming data and can trigger AWS Lambda functions based on data events.
Loading...
Related Quiz
- It's essential to establish clear __________ criteria before conducting performance testing.
- How do you configure custom event sources to trigger AWS Lambda functions?
- Properly tuning memory allocation can result in __________ and cost savings for AWS Lambda functions.
- How can you create a custom runtime for AWS Lambda?
- DynamoDB Streams enable __________ processing of data changes in DynamoDB tables.