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.
dotnet31-lambda AoT in serverless .NET A quick guide on why and how to enable Ahead-of-Time compilation for your .NET Core projects in AWS Lambda.
dotnet31-lambda DynamoDB & System.Text.Json A hands-on DynamoDB .NET serialization guide, exploring existing Newtonsoft.Json use cases and replacing them along the way with System.Text.Json suitable equivalents.
dotnet31-lambda A better serializer for Lambda This is the second part of my ".NET Core 3.1 on AWS Lambda" series. We'll explore the pros & cons of the new, based on System.Text.Json, Lambda serializer.
dotnet31-lambda .NET Core 3.1 on AWS Lambda Opportunities for performance improvements and lessons learned by upgrading AWS Lambda .NET Core 2.1 apps to 3.1.