This repository provides side-by-side .NET code samples for migrating Azure Functions to AWS Lambda. It covers three common serverless patterns: HTTP APIs, queue-based message processing, and event-driven file upload handling. Each scenario includes the original Azure Functions implementation alongside its AWS Lambda equivalent. -
View it on GitHub