January 26, 2022
Comparing Amazon and Azure serverless services when developing for .NET Core
5 min
On one of our recent projects, we needed to implement an application with CRUD operations and some relateively simple integration by pushing content to two different systems, and monitor if they have been processed or not. We opted the Amazon Lambda route with Amazon DocumentDb, and the goal of this blog post is to summarize the developer experience that we faced during development of the project and comparing them to Azure Functions. As .NET developers, we faced that the developer experience is significantly better using the matching Azure technologies, and running an Amazon Lambda function locally might also have a steep learning curve for some people who are not familiar with Docker and containerization.
Márton Varsányi
Software architect