.NET on AWS Blog

Bryan Hogan

Author: Bryan Hogan

Bryan Hogan is a developer advocate based in the Boston area. He has been working on .NET technologies for 20 years. You can reach him via Twitter @bryanjhogan

Event-driven .NET applications with AWS Lambda and Amazon EventBridge

Amazon EventBridge is a serverless event bus that lets you pass events between AWS services, your applications, and third party services, helping you to build event-driven applications. It implements the publisher/subscriber (pub/sub) pattern, where publishers emit events, and subscribers receive them. As of this writing, over 150 AWS services generate EventBridge events. For example, you […]