In this post, you will learn how you can use Structured Logging with NLog in your AWS Lambda using .NET Core.
In this post, we will understand how can we deploy an ASP.NET Core application on an Amazon Linux 2 EC2 instance step by step.
In this post, we will understand, how to easily get started with CDK in .NET.
In the world of serverless computing, choosing the right memory configuration for your AWS Lambda functions is crucial for optimal performance and cost-efficiency. Determining the ideal memory allocation requires careful consideration and understanding of your application's requirements. By properly sizing the memory, you can ensure that your Lambda functions have the necessary resources to handle their workload effectively.
In this post, we will understand how can we implement the following things when using AWS Lambda with .NET Core.
In this post, we will understand how to use Log4Net in the .NET Core application to store logs in AWS CloudWatch.