
Ultimate access to all questions.
Your company is building a data ingestion pipeline that needs to handle both stateful and stateless data transactions. Which AWS service would you recommend for this scenario, and how would you design the pipeline to handle both types of transactions?
A
Use Amazon S3 for data storage and AWS Lambda for processing, handling stateful transactions using AWS Step Functions
B
Use Amazon DynamoDB for data storage and AWS Lambda for processing, handling stateful transactions using DynamoDB Streams
C
Use Amazon Kinesis for data ingestion and processing, handling stateful transactions using AWS Lambda
D
Use Amazon Redshift for data storage and AWS Glue for processing, handling stateful transactions using Amazon Redshift features