Q41 — AWS SAA-C03 Ch.1

Question 41 of 65 | ← Chapter 1

Q41. A company runs an online marketplace web application on AWS. The application serves hundreds of thousands of users during peak hours. The company needs a scalable, near-real- time solution to share the details of millions of financial transactions with several other internal applications. Transactions also need to be processed to remove sensitive data before being stored in a document database for low-latency retrieval.What should a solutions architect recommend to meet these requirements?

Correct Answer: C. Stream the transactions data into Amazon Kinesis Data Streams.Use AWS Lambda integration to remove sensitive data from every transaction and then store the transactions data in Amazon DynamoDB.Other applications can consume the transactions data off the Kinesis data stream.

Explanation

Kinesis DS with DynamoDB. As Kinesis Datafirehos cant store in DynamoDB.Firehose doesn't store data to DynamoDB