CoderJony

Lambda

Running .NET 8 Lambda Functions on AWS using Custom Runtime & Lambda Internals for .NET Developers

Running .NET 8 Lambda Functions on AWS using Custom Runtime & Lambda Internals for .NET Developers

In this post, you will learn how you can create, debug, and deploy a .NET 8 Lambda function on AWS using Visual Studio.

Read More By Ankush Jain
Building a Serverless ASP.NET Core Web API with AWS Lambda using Function URLs

Building a Serverless ASP.NET Core Web API with AWS Lambda using Function URLs

In this post, you will learn how to build a Serverless API using ASP.NET Core and AWS Lambda.

Read More By Ankush Jain
Structured Logging with NLog in AWS Lambda using .NET Core

Structured Logging with NLog in AWS Lambda using .NET Core

In this post, you will learn how you can use Structured Logging with NLog in your AWS Lambda using .NET Core.

Read More By Ankush Jain
Choosing the perfect memory for your AWS Lambda functions

Choosing the perfect memory for your AWS Lambda functions

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.

Read More By Ankush Jain
Implementing Configuration, Logging & Dependency Injection in AWS Lambda using .NET Core

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.

Read More By Ankush Jain
Serilog in AWS Lambda using .NET Core

Serilog in AWS Lambda using .NET Core

In this post, we will understand how to use Serilog in AWS Lambda to store logs in AWS CloudWatch.

Read More By Ankush Jain