====================================================================
Published: 1 November 2022
Tags: aws, c#, dotnet
Renato Golia presents a project of his called AWSLambdaSharpTemplate, which helps you write complicated lambda functions using C#, faster.
Some highlights:
- The idea is to "use the Template Method pattern to give developers an experience that looks like the one offered by ASP.NET Core and its Startup class"
- There are a bunch of additional resources linked for each different part of developing good lambda functions
- Lambdas are difficult to maintain for complicated systems