Getting Started with DynamoDB Streams and AWS Lambda in .NET Core

A step by step tutorial on consuming a DynamoDB Stream using AWS Lambda in C#

Matthew Harper
Towards Data Science
8 min readFeb 2, 2020

--

Event-driven programming is all the rage in the software world today. There’s a lot to be said for building a system with loosely coupled, independently deployable, and easily scalable components. Serverless tools can be…

--

--