event-driven Streaming data from DynamoDB to Aurora A serverless, event-driven pipeline in AWS which replicates data from DynamoDB to Aurora using DynamoDB Event Streams, Lambda & .NET.
event-driven Scale web and mobile video transcoding using serverless A serverless, event-driven pipeline in AWS which transcodes video and generates thumbnails fast & cheap using Elastic Transcoder, S3, Lambda, .NET & FFMPEG.
event-driven Building common SaaS features à la serverless: Scheduled Tasks Building a serverless framework with which to schedule computing tasks in the AWS cloud using Amazon EventBridge, Lambda & .NET.
event-driven Building common SaaS features à la serverless: Upload a File Building a well-architected, serverless framework with which to process Amazon S3 objects using S3 Event Notifications, AWS Lambda & .NET.
event-driven Building common SaaS features à la serverless: Prelude Introducing a framework for building serverless applications by addressing cross-cutting application concerns, separating those from feature code.
event-driven Event-Driven Architectures: Anti-Patterns Avoiding common pitfalls in designing event-driven, serverless applications.
event-driven Event-Driven Architectures: Patterns Many of the best practices that apply to building distributed software systems also apply to serverless application development. These are some important design patterns that can help you build well-architected applications.
event-driven Event-Driven Architectures: Motivation Event-driven architectures have grown in popularity in modern organizations. This approach promotes the use of microservices, which can be designed as serverless applications. This post discusses the benefits of the event-driven approach, along with the trade-offs involved.