dotnet31-lambda

A blog series about navigating the treacherous waters of upgrading .NET projects (lambda functions or serverless applications) deployed on AWS Lambda to .NET Core 3.1 and reaping the benefits of the latest and benefits the ecosystem has to offer.

DynamoDB & System.Text.Json

A hands-on DynamoDB .NET serialization guide, exploring existing Newtonsoft.Json use cases and replacing them along the way with System.Text.Json suitable equivalents.