Reducing boilerplate code with Lambda Annotations
After some time developing Lambda functions with .NET one can notice that the programming model could be considered low-level, especially if we compare it with ASP.NET Core. Let's check the following code:
public async Task<APIGatewayHttpApiV2ProxyRe...
blog.raulnq.com4 min read