Composing focused Refit clients behind one connector
Keep Refit clients focused by responsibility while exposing one convenient dependency to the rest of the application.
Keep Refit clients focused by responsibility while exposing one convenient dependency to the rest of the application.
Source generation can register injectable Minimal API endpoint classes and map their routes without runtime scanning or manual composition.
AWS provides the Lambda runtime primitives. AWSLambdaSharpTemplate V6 adds an opinionated .NET programming model for handlers, scopes, contexts and event-source semantics.
Source generation can remove repetitive service-module registration from ASP.NET Core applications without relying on runtime reflection.
Learn how to use IAM roles to secure AWS applications in development with ASP.NET Core. Enhance security with limited permissions and IAM roles.
Lambda functions are an incredible tool but it can be tiresome to align its programming model to that of other .NET tools. That can be fixed!