Create Lambda functions using the Annotation Framework
Let’s take a look at the Annotation Framework being developed by AWS to streamline the development of Lambda functions in C#.
Let’s take a look at the Annotation Framework being developed by AWS to streamline the development of Lambda functions in C#.
Lambda functions can be used to quickly respond to events happening in your ecosystem. Being quick isn’t an execuse to give up on best practices.
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!