Tuesday 1 May 2018

Choosing Lambda via API Gateway and Kinesis Streams for Real-Time Data Processing

When building applications on AWS, architects and developers often face choices about the best way to handle data processing. Two popular options are triggering Lambda functions directly from API Gateway or using Kinesis Streams to ingest and process data. Each method has its benefits and appropriate use cases. In this post, we’ll explore the advantages of both and help you decide which fits best for your specific needs.

Read more »

Labels: