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#.
Terraform can use AWS S3 to store the state of each stack. We can use AWS CloudFormation and its CDK to setup the needed resources without giving up on IaC.
A quick overview on the new patterns added in C# 10 and C# 11: extended property patterns, list patterns and expanded targets for the constant string pattern.
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!
NUnit constraints can be used when verifying invocations in Moq to create powerful and clear expressions.
An overview about the different patterns available in C# up to version 9.0 of the compiler, improvements to the to the switch statement and the new switch ex...