Home › Forums › AWS › AWS Certified Solutions Architect Professional › Review Mode Set 2 Question 5 Question › Reply To: Review Mode Set 2 Question 5 Question
-
Hi Salient Liestener,
Good Day! Thank you for posting here.
Yes, that’s correct API Gateway alone is not enough to group individual calls. That is why it needs the Kinesis Data Stream. The API Gateway individually sends the data into the Kinesis data stream, and the Kinesis data stream groups them. The Lambda function is then triggered asynchronously by the Kinesis Data Stream, allowing for batched processing of the data, which helps distribute the load and reduce the processing time.
I hope this clarifies your question. If you have more clarification, pls let us know.
Regards,
Neil @ Tutorials Dojo