Implementing Configuration, Logging & Dependency Injection in AWS Lambda using .NET Core

In this post, we will understand how can we implement the following things when using AWS Lambda with .NET Core.ConfigurationLoggingDependency InjectionOverviewWhen we create an AWS Lambda project in…